Hex #b4cdcd Color
equivalent to
RGB
(180, 205, 205)Details of #b4cdcd
|
|
|
|
Color HEX #b4cdcd matches (180, 205, 205) in RGB.
#b4cdcd hex color red value is 180, green value is 205 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b4cdcd hue: 0.50, saturation: 0.20 and the lightness value of b4cdcd is 0.75.
The process color (four color CMYK) of #b4cdcd color hex is 0.12, 0.00, 0.00, 0.20. Web safe color of #b4cdcd is #cccccc. Color #b4cdcd contains mainly GREEN color.
Base Numbers
|
|
|
|
#b4cdcd tints
#b4cdcd shades
RGB in % of #b4cdcd
CMYK in % of #b4cdcd
Preview Color #b4cdcd on black ground
Very nice color.
Preview Color #b4cdcd on white ground
Very nice color.
CSS Codes #b4cdcd color
.mybgcolor {background-color:#b4cdcd; } .myforecolor {color:#b4cdcd; } .mybordercolor {border:3px solid #b4cdcd; }
Text Font Color #b4cdcd
<p style="color:#b4cdcd">Text here</p>
This sample text font color is #b4cdcd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #b4cdcd
<div style="background-color:#b4cdcd">
Div content here</div>
This div background color is #b4cdcd
Border Color #b4cdcd
<div style="border:3px solid #b4cdcd">
Div here</div>
The color of this border is #b4cdcd
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4cdcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4cdcd; -webkit-box-shadow: 1px 1px 3px 2px #b4cdcd; box-shadow: 1px 1px 3px 2px #b4cdcd; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #b4cdcd">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4cdcd; -webkit-box-shadow: 1px 1px 3px 2px #b4cdcd; box-shadow: 1px 1px 3px 2px #b4cdcd;">
Div content here</div>
The shadow of div box using color #b4cdcd