Color spaces of #bdead2
RGB | 189 | 234 | 210 |
---|---|---|---|
HSL | 0.41 | 0.52 | 0.83 |
HSV | 148° | 19° | 92° |
CMYK | 0.19 | 0.00 | 0.10 0.08 |
XYZ | 62.0419 | 74.3176 | 72.0475 |
Yxy | 74.3176 | 0.2977 | 0.3566 |
Hunter Lab | 86.2077 | -22.4006 | 10.7941 |
CIE-Lab | 89.0724 | -19.1687 | 6.8784 |
#bdead2 color RGB value is (189,234,210).
#bdead2 hex color red value is 189, green value is 234 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #bdead2 hue: 0.41 , saturation: 0.52 and the lightness value of bdead2 is 0.83.
The process color (four color CMYK) of #bdead2 color hex is 0.19, 0.00, 0.10, 0.08. Web safe color of #bdead2 is #ccffcc. Color #bdead2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101010 | 11010010 |
Octal | 275 | 352 | 322 |
Decimal | 189 | 234 | 210 |
Hex | BD | EA | D2 |
Shades of #bdead2
Tints of #bdead2
RGB Percentages of Color #bdead2
CMYK Percentages of Color #bdead2
Complementary Color
#bdead2 | #eabdd5 |
#bdead2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdead2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdead2 Color CSS Codes
.mybgcolor {background-color:#bdead2; } .myforecolor {color:#bdead2; } .mybordercolor {border:3px solid #bdead2; }
#bdead2 Text Font Color
<p style="color:#bdead2">Text here</p>
This sample text font color is #bdead2
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.
#bdead2 Background Color
<div style="background-color:#bdead2">
Div content here</div>
This div background color is #bdead2
#bdead2 Border Color
<div style="border:3px solid #bdead2">
Div here</div>
This div border color is #bdead2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,234,210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdead2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdead2; -webkit-box-shadow: 1px 1px 3px 2px #bdead2; box-shadow: 1px 1px 3px 2px #bdead2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,234,210, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdead2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdead2; -webkit-box-shadow: 1px 1px 3px 2px #bdead2; box-shadow: 1px 1px 3px 2px #bdead2;">
Div content here</div>
This div box has shadow with color #bdead2
Comments
No comments written yet.
Please login to write comment.