Color spaces of #de959e
RGB | 222 | 149 | 158 |
---|---|---|---|
HSL | 0.98 | 0.53 | 0.73 |
HSV | 353° | 33° | 87° |
CMYK | 0.00 | 0.33 | 0.29 0.13 |
XYZ | 47.0432 | 39.4931 | 37.4912 |
Yxy | 39.4931 | 0.3793 | 0.3184 |
Hunter Lab | 62.8435 | 23.6447 | 8.6192 |
CIE-Lab | 69.1070 | 28.6685 | 6.5560 |
#de959e color RGB value is (222,149,158).
#de959e hex color red value is 222, green value is 149 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #de959e hue: 0.98 , saturation: 0.53 and the lightness value of de959e is 0.73.
The process color (four color CMYK) of #de959e color hex is 0.00, 0.33, 0.29, 0.13. Web safe color of #de959e is #cc9999. Color #de959e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10010101 | 10011110 |
Octal | 336 | 225 | 236 |
Decimal | 222 | 149 | 158 |
Hex | DE | 95 | 9E |
Shades of #de959e
Tints of #de959e
RGB Percentages of Color #de959e
CMYK Percentages of Color #de959e
Complementary Color
#de959e | #95ded5 |
#de959e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de959e Color Preview on White Background
Lorem ipsum dolor sit amet.
#de959e Color CSS Codes
.mybgcolor {background-color:#de959e; } .myforecolor {color:#de959e; } .mybordercolor {border:3px solid #de959e; }
#de959e Text Font Color
<p style="color:#de959e">Text here</p>
This sample text font color is #de959e
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.
#de959e Background Color
<div style="background-color:#de959e">
Div content here</div>
This div background color is #de959e
#de959e Border Color
<div style="border:3px solid #de959e">
Div here</div>
This div border color is #de959e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,149,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de959e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de959e; -webkit-box-shadow: 1px 1px 3px 2px #de959e; box-shadow: 1px 1px 3px 2px #de959e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,149,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de959e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de959e; -webkit-box-shadow: 1px 1px 3px 2px #de959e; box-shadow: 1px 1px 3px 2px #de959e;">
Div content here</div>
This div box has shadow with color #de959e
Comments
No comments written yet.
Please login to write comment.