Color spaces of #bde3df
RGB | 189 | 227 | 223 |
---|---|---|---|
HSL | 0.48 | 0.40 | 0.82 |
HSV | 174° | 17° | 89° |
CMYK | 0.17 | 0.00 | 0.02 0.11 |
XYZ | 61.7746 | 71.0847 | 80.2769 |
Yxy | 71.0847 | 0.2898 | 0.3335 |
Hunter Lab | 84.3117 | -16.7599 | 2.5656 |
CIE-Lab | 87.5261 | -13.1277 | -2.1853 |
#bde3df color RGB value is (189,227,223).
#bde3df hex color red value is 189, green value is 227 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bde3df hue: 0.48 , saturation: 0.40 and the lightness value of bde3df is 0.82.
The process color (four color CMYK) of #bde3df color hex is 0.17, 0.00, 0.02, 0.11. Web safe color of #bde3df is #cccccc. Color #bde3df contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100011 | 11011111 |
Octal | 275 | 343 | 337 |
Decimal | 189 | 227 | 223 |
Hex | BD | E3 | DF |
Shades of #bde3df
Tints of #bde3df
RGB Percentages of Color #bde3df
CMYK Percentages of Color #bde3df
Complementary Color
#bde3df | #e3bdc1 |
#bde3df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde3df Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde3df Color CSS Codes
.mybgcolor {background-color:#bde3df; } .myforecolor {color:#bde3df; } .mybordercolor {border:3px solid #bde3df; }
#bde3df Text Font Color
<p style="color:#bde3df">Text here</p>
This sample text font color is #bde3df
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.
#bde3df Background Color
<div style="background-color:#bde3df">
Div content here</div>
This div background color is #bde3df
#bde3df Border Color
<div style="border:3px solid #bde3df">
Div here</div>
This div border color is #bde3df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,227,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde3df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde3df; -webkit-box-shadow: 1px 1px 3px 2px #bde3df; box-shadow: 1px 1px 3px 2px #bde3df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,227,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bde3df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde3df; -webkit-box-shadow: 1px 1px 3px 2px #bde3df; box-shadow: 1px 1px 3px 2px #bde3df;">
Div content here</div>
This div box has shadow with color #bde3df
Comments
No comments written yet.
Please login to write comment.