Color spaces of #bddfcd
RGB | 189 | 223 | 205 |
---|---|---|---|
HSL | 0.41 | 0.35 | 0.81 |
HSV | 148° | 15° | 87° |
CMYK | 0.15 | 0.00 | 0.08 0.13 |
XYZ | 58.3934 | 68.0019 | 67.8056 |
Yxy | 68.0019 | 0.3007 | 0.3502 |
Hunter Lab | 82.4633 | -17.9123 | 8.9730 |
CIE-Lab | 86.0074 | -14.6321 | 5.0838 |
#bddfcd color RGB value is (189,223,205).
#bddfcd hex color red value is 189, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bddfcd hue: 0.41 , saturation: 0.35 and the lightness value of bddfcd is 0.81.
The process color (four color CMYK) of #bddfcd color hex is 0.15, 0.00, 0.08, 0.13. Web safe color of #bddfcd is #cccccc. Color #bddfcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011111 | 11001101 |
Octal | 275 | 337 | 315 |
Decimal | 189 | 223 | 205 |
Hex | BD | DF | CD |
Shades of #bddfcd
Tints of #bddfcd
RGB Percentages of Color #bddfcd
CMYK Percentages of Color #bddfcd
Complementary Color
#bddfcd | #dfbdcf |
#bddfcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddfcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddfcd Color CSS Codes
.mybgcolor {background-color:#bddfcd; } .myforecolor {color:#bddfcd; } .mybordercolor {border:3px solid #bddfcd; }
#bddfcd Text Font Color
<p style="color:#bddfcd">Text here</p>
This sample text font color is #bddfcd
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.
#bddfcd Background Color
<div style="background-color:#bddfcd">
Div content here</div>
This div background color is #bddfcd
#bddfcd Border Color
<div style="border:3px solid #bddfcd">
Div here</div>
This div border color is #bddfcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,223,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddfcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddfcd; -webkit-box-shadow: 1px 1px 3px 2px #bddfcd; box-shadow: 1px 1px 3px 2px #bddfcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,223,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddfcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddfcd; -webkit-box-shadow: 1px 1px 3px 2px #bddfcd; box-shadow: 1px 1px 3px 2px #bddfcd;">
Div content here</div>
This div box has shadow with color #bddfcd
Comments
No comments written yet.
Please login to write comment.