Color spaces of #bddde3
RGB | 189 | 221 | 227 |
---|---|---|---|
HSL | 0.53 | 0.40 | 0.82 |
HSV | 189° | 17° | 89° |
CMYK | 0.17 | 0.03 | 0.00 0.11 |
XYZ | 60.7078 | 68.0778 | 82.6137 |
Yxy | 68.0778 | 0.2872 | 0.3220 |
Hunter Lab | 82.5093 | -13.0564 | -1.6085 |
CIE-Lab | 86.0453 | -9.2526 | -6.4748 |
#bddde3 color RGB value is (189,221,227).
#bddde3 hex color red value is 189, green value is 221 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #bddde3 hue: 0.53 , saturation: 0.40 and the lightness value of bddde3 is 0.82.
The process color (four color CMYK) of #bddde3 color hex is 0.17, 0.03, 0.00, 0.11. Web safe color of #bddde3 is #cccccc. Color #bddde3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011101 | 11100011 |
Octal | 275 | 335 | 343 |
Decimal | 189 | 221 | 227 |
Hex | BD | DD | E3 |
Shades of #bddde3
Tints of #bddde3
RGB Percentages of Color #bddde3
CMYK Percentages of Color #bddde3
Complementary Color
#bddde3 | #e3c3bd |
#bddde3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddde3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddde3 Color CSS Codes
.mybgcolor {background-color:#bddde3; } .myforecolor {color:#bddde3; } .mybordercolor {border:3px solid #bddde3; }
#bddde3 Text Font Color
<p style="color:#bddde3">Text here</p>
This sample text font color is #bddde3
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.
#bddde3 Background Color
<div style="background-color:#bddde3">
Div content here</div>
This div background color is #bddde3
#bddde3 Border Color
<div style="border:3px solid #bddde3">
Div here</div>
This div border color is #bddde3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,221,227, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddde3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddde3; -webkit-box-shadow: 1px 1px 3px 2px #bddde3; box-shadow: 1px 1px 3px 2px #bddde3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,221,227, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddde3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddde3; -webkit-box-shadow: 1px 1px 3px 2px #bddde3; box-shadow: 1px 1px 3px 2px #bddde3;">
Div content here</div>
This div box has shadow with color #bddde3
Comments
No comments written yet.
Please login to write comment.