Color spaces of #bde1ca
RGB | 189 | 225 | 202 |
---|---|---|---|
HSL | 0.39 | 0.38 | 0.81 |
HSV | 142° | 16° | 88° |
CMYK | 0.16 | 0.00 | 0.10 0.12 |
XYZ | 58.5721 | 68.9335 | 66.0955 |
Yxy | 68.9335 | 0.3025 | 0.3561 |
Hunter Lab | 83.0262 | -19.3703 | 10.9188 |
CIE-Lab | 86.4711 | -16.1977 | 7.3313 |
#bde1ca color RGB value is (189,225,202).
#bde1ca hex color red value is 189, green value is 225 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bde1ca hue: 0.39 , saturation: 0.38 and the lightness value of bde1ca is 0.81.
The process color (four color CMYK) of #bde1ca color hex is 0.16, 0.00, 0.10, 0.12. Web safe color of #bde1ca is #cccccc. Color #bde1ca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100001 | 11001010 |
Octal | 275 | 341 | 312 |
Decimal | 189 | 225 | 202 |
Hex | BD | E1 | CA |
Shades of #bde1ca
Tints of #bde1ca
RGB Percentages of Color #bde1ca
CMYK Percentages of Color #bde1ca
Complementary Color
#bde1ca | #e1bdd4 |
#bde1ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde1ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde1ca Color CSS Codes
.mybgcolor {background-color:#bde1ca; } .myforecolor {color:#bde1ca; } .mybordercolor {border:3px solid #bde1ca; }
#bde1ca Text Font Color
<p style="color:#bde1ca">Text here</p>
This sample text font color is #bde1ca
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.
#bde1ca Background Color
<div style="background-color:#bde1ca">
Div content here</div>
This div background color is #bde1ca
#bde1ca Border Color
<div style="border:3px solid #bde1ca">
Div here</div>
This div border color is #bde1ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,225,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde1ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde1ca; -webkit-box-shadow: 1px 1px 3px 2px #bde1ca; box-shadow: 1px 1px 3px 2px #bde1ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,225,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bde1ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde1ca; -webkit-box-shadow: 1px 1px 3px 2px #bde1ca; box-shadow: 1px 1px 3px 2px #bde1ca;">
Div content here</div>
This div box has shadow with color #bde1ca
Comments
No comments written yet.
Please login to write comment.