Color spaces of #bddce9
RGB | 189 | 220 | 233 |
---|---|---|---|
HSL | 0.55 | 0.50 | 0.83 |
HSV | 198° | 19° | 91° |
CMYK | 0.19 | 0.06 | 0.00 0.09 |
XYZ | 61.2874 | 67.8884 | 86.9644 |
Yxy | 67.8884 | 0.2836 | 0.3141 |
Hunter Lab | 82.3944 | -11.4167 | -4.9024 |
CIE-Lab | 85.9506 | -7.4783 | -9.7857 |
#bddce9 color RGB value is (189,220,233).
#bddce9 hex color red value is 189, green value is 220 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bddce9 hue: 0.55 , saturation: 0.50 and the lightness value of bddce9 is 0.83.
The process color (four color CMYK) of #bddce9 color hex is 0.19, 0.06, 0.00, 0.09. Web safe color of #bddce9 is #ccccff. Color #bddce9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011100 | 11101001 |
Octal | 275 | 334 | 351 |
Decimal | 189 | 220 | 233 |
Hex | BD | DC | E9 |
Shades of #bddce9
Tints of #bddce9
RGB Percentages of Color #bddce9
CMYK Percentages of Color #bddce9
Complementary Color
#bddce9 | #e9cabd |
#bddce9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddce9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddce9 Color CSS Codes
.mybgcolor {background-color:#bddce9; } .myforecolor {color:#bddce9; } .mybordercolor {border:3px solid #bddce9; }
#bddce9 Text Font Color
<p style="color:#bddce9">Text here</p>
This sample text font color is #bddce9
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.
#bddce9 Background Color
<div style="background-color:#bddce9">
Div content here</div>
This div background color is #bddce9
#bddce9 Border Color
<div style="border:3px solid #bddce9">
Div here</div>
This div border color is #bddce9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,220,233, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddce9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddce9; -webkit-box-shadow: 1px 1px 3px 2px #bddce9; box-shadow: 1px 1px 3px 2px #bddce9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,220,233, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddce9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddce9; -webkit-box-shadow: 1px 1px 3px 2px #bddce9; box-shadow: 1px 1px 3px 2px #bddce9;">
Div content here</div>
This div box has shadow with color #bddce9
Comments
No comments written yet.
Please login to write comment.