Color spaces of #bddcde
RGB | 189 | 220 | 222 |
---|---|---|---|
HSL | 0.51 | 0.33 | 0.81 |
HSV | 184° | 15° | 87° |
CMYK | 0.15 | 0.01 | 0.00 0.13 |
XYZ | 59.7643 | 67.2791 | 78.9435 |
Yxy | 67.2791 | 0.2901 | 0.3266 |
Hunter Lab | 82.0238 | -13.4828 | 0.3533 |
CIE-Lab | 85.6447 | -9.7681 | -4.4232 |
#bddcde color RGB value is (189,220,222).
#bddcde hex color red value is 189, green value is 220 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bddcde hue: 0.51 , saturation: 0.33 and the lightness value of bddcde is 0.81.
The process color (four color CMYK) of #bddcde color hex is 0.15, 0.01, 0.00, 0.13. Web safe color of #bddcde is #cccccc. Color #bddcde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011100 | 11011110 |
Octal | 275 | 334 | 336 |
Decimal | 189 | 220 | 222 |
Hex | BD | DC | DE |
Shades of #bddcde
Tints of #bddcde
RGB Percentages of Color #bddcde
CMYK Percentages of Color #bddcde
Complementary Color
#bddcde | #debfbd |
#bddcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddcde Color CSS Codes
.mybgcolor {background-color:#bddcde; } .myforecolor {color:#bddcde; } .mybordercolor {border:3px solid #bddcde; }
#bddcde Text Font Color
<p style="color:#bddcde">Text here</p>
This sample text font color is #bddcde
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.
#bddcde Background Color
<div style="background-color:#bddcde">
Div content here</div>
This div background color is #bddcde
#bddcde Border Color
<div style="border:3px solid #bddcde">
Div here</div>
This div border color is #bddcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,220,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddcde; -webkit-box-shadow: 1px 1px 3px 2px #bddcde; box-shadow: 1px 1px 3px 2px #bddcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,220,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddcde; -webkit-box-shadow: 1px 1px 3px 2px #bddcde; box-shadow: 1px 1px 3px 2px #bddcde;">
Div content here</div>
This div box has shadow with color #bddcde
Comments
No comments written yet.
Please login to write comment.