Color spaces of #deb27e
RGB | 222 | 178 | 126 |
---|---|---|---|
HSL | 0.09 | 0.59 | 0.68 |
HSV | 33° | 43° | 87° |
CMYK | 0.00 | 0.20 | 0.43 0.13 |
XYZ | 49.8105 | 48.8767 | 26.5475 |
Yxy | 48.8767 | 0.3977 | 0.3903 |
Hunter Lab | 69.9119 | 4.8311 | 26.4242 |
CIE-Lab | 75.3746 | 9.2609 | 32.5976 |
#deb27e color RGB value is (222,178,126).
#deb27e hex color red value is 222, green value is 178 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #deb27e hue: 0.09 , saturation: 0.59 and the lightness value of deb27e is 0.68.
The process color (four color CMYK) of #deb27e color hex is 0.00, 0.20, 0.43, 0.13. Web safe color of #deb27e is #cc9966. Color #deb27e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10110010 | 01111110 |
Octal | 336 | 262 | 176 |
Decimal | 222 | 178 | 126 |
Hex | DE | B2 | 7E |
Shades of #deb27e
Tints of #deb27e
RGB Percentages of Color #deb27e
CMYK Percentages of Color #deb27e
Complementary Color
#deb27e | #7eaade |
#deb27e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb27e Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb27e Color CSS Codes
.mybgcolor {background-color:#deb27e; } .myforecolor {color:#deb27e; } .mybordercolor {border:3px solid #deb27e; }
#deb27e Text Font Color
<p style="color:#deb27e">Text here</p>
This sample text font color is #deb27e
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.
#deb27e Background Color
<div style="background-color:#deb27e">
Div content here</div>
This div background color is #deb27e
#deb27e Border Color
<div style="border:3px solid #deb27e">
Div here</div>
This div border color is #deb27e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,178,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb27e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb27e; -webkit-box-shadow: 1px 1px 3px 2px #deb27e; box-shadow: 1px 1px 3px 2px #deb27e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,178,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb27e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb27e; -webkit-box-shadow: 1px 1px 3px 2px #deb27e; box-shadow: 1px 1px 3px 2px #deb27e;">
Div content here</div>
This div box has shadow with color #deb27e
Comments
No comments written yet.
Please login to write comment.