Color spaces of #deafbd
RGB | 222 | 175 | 189 |
---|---|---|---|
HSL | 0.95 | 0.42 | 0.78 |
HSV | 342° | 21° | 87° |
CMYK | 0.00 | 0.21 | 0.15 0.13 |
XYZ | 54.6395 | 49.8637 | 54.8889 |
Yxy | 49.8637 | 0.3428 | 0.3128 |
Hunter Lab | 70.6142 | 14.5439 | 3.3435 |
CIE-Lab | 75.9855 | 19.2548 | -0.5780 |
#deafbd color RGB value is (222,175,189).
#deafbd hex color red value is 222, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #deafbd hue: 0.95 , saturation: 0.42 and the lightness value of deafbd is 0.78.
The process color (four color CMYK) of #deafbd color hex is 0.00, 0.21, 0.15, 0.13. Web safe color of #deafbd is #cc99cc. Color #deafbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101111 | 10111101 |
Octal | 336 | 257 | 275 |
Decimal | 222 | 175 | 189 |
Hex | DE | AF | BD |
Shades of #deafbd
Tints of #deafbd
RGB Percentages of Color #deafbd
CMYK Percentages of Color #deafbd
Complementary Color
#deafbd | #afded0 |
#deafbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deafbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#deafbd Color CSS Codes
.mybgcolor {background-color:#deafbd; } .myforecolor {color:#deafbd; } .mybordercolor {border:3px solid #deafbd; }
#deafbd Text Font Color
<p style="color:#deafbd">Text here</p>
This sample text font color is #deafbd
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.
#deafbd Background Color
<div style="background-color:#deafbd">
Div content here</div>
This div background color is #deafbd
#deafbd Border Color
<div style="border:3px solid #deafbd">
Div here</div>
This div border color is #deafbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,175,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deafbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deafbd; -webkit-box-shadow: 1px 1px 3px 2px #deafbd; box-shadow: 1px 1px 3px 2px #deafbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,175,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deafbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deafbd; -webkit-box-shadow: 1px 1px 3px 2px #deafbd; box-shadow: 1px 1px 3px 2px #deafbd;">
Div content here</div>
This div box has shadow with color #deafbd
Comments
No comments written yet.
Please login to write comment.