Color spaces of #bdd3cc
RGB | 189 | 211 | 204 |
---|---|---|---|
HSL | 0.45 | 0.20 | 0.78 |
HSV | 161° | 10° | 83° |
CMYK | 0.10 | 0.00 | 0.03 0.17 |
XYZ | 55.1796 | 61.7670 | 66.1407 |
Yxy | 61.7670 | 0.3014 | 0.3374 |
Hunter Lab | 78.5920 | -12.2107 | 5.1177 |
CIE-Lab | 82.7894 | -8.7067 | 0.9449 |
#bdd3cc color RGB value is (189,211,204).
#bdd3cc hex color red value is 189, green value is 211 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bdd3cc hue: 0.45 , saturation: 0.20 and the lightness value of bdd3cc is 0.78.
The process color (four color CMYK) of #bdd3cc color hex is 0.10, 0.00, 0.03, 0.17. Web safe color of #bdd3cc is #cccccc. Color #bdd3cc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11010011 | 11001100 |
Octal | 275 | 323 | 314 |
Decimal | 189 | 211 | 204 |
Hex | BD | D3 | CC |
Shades of #bdd3cc
Tints of #bdd3cc
RGB Percentages of Color #bdd3cc
CMYK Percentages of Color #bdd3cc
Complementary Color
#bdd3cc | #d3bdc4 |
#bdd3cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdd3cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdd3cc Color CSS Codes
.mybgcolor {background-color:#bdd3cc; } .myforecolor {color:#bdd3cc; } .mybordercolor {border:3px solid #bdd3cc; }
#bdd3cc Text Font Color
<p style="color:#bdd3cc">Text here</p>
This sample text font color is #bdd3cc
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.
#bdd3cc Background Color
<div style="background-color:#bdd3cc">
Div content here</div>
This div background color is #bdd3cc
#bdd3cc Border Color
<div style="border:3px solid #bdd3cc">
Div here</div>
This div border color is #bdd3cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,211,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdd3cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdd3cc; -webkit-box-shadow: 1px 1px 3px 2px #bdd3cc; box-shadow: 1px 1px 3px 2px #bdd3cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,211,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdd3cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdd3cc; -webkit-box-shadow: 1px 1px 3px 2px #bdd3cc; box-shadow: 1px 1px 3px 2px #bdd3cc;">
Div content here</div>
This div box has shadow with color #bdd3cc
Comments
No comments written yet.
Please login to write comment.