Color Hex Logo

#deb8ae Color Hex

#DEB8AE
(222,184,174)
0 Favorites   0 Comments

Color spaces of #deb8ae

RGB 222184174
HSL0.030.420.78
HSV13°22°87°
CMYK 0.000.170.22   0.13
XYZ54.904752.866647.3549
Yxy52.86660.35390.3408
Hunter Lab72.70947.548312.2816
CIE-Lab77.796212.121810.1877

#deb8ae color RGB value is (222,184,174).

#deb8ae hex color red value is 222, green value is 184 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #deb8ae hue: 0.03 , saturation: 0.42 and the lightness value of deb8ae is 0.78.

The process color (four color CMYK) of #deb8ae color hex is 0.00, 0.17, 0.22, 0.13. Web safe color of #deb8ae is #cccc99. Color #deb8ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 10101110
Octal 336 270 256
Decimal 222 184 174
Hex DE B8 AE

RGB Percentages of Color #deb8ae

%38.28
%31.72
%30.00

CMYK Percentages of Color #deb8ae

%0
%17
%22
%13

Triadic Colors of #deb8ae

#deb8ae #aedeb8 #b8aede

Analogous Colors of #deb8ae

#deb8ae #ded0ae #deaebc

Monochromatic Colors of #deb8ae

#deb8ae

Complementary Color

#deb8ae #aed4de

#deb8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb8ae Color CSS Codes

.mybgcolor {background-color:#deb8ae; } 
.myforecolor {color:#deb8ae; }
.mybordercolor {border:3px solid #deb8ae; }

#deb8ae Text Font Color

<p style="color:#deb8ae">Text here</p>

This sample text font color is #deb8ae
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.


#deb8ae Background Color

<div style="background-color:#deb8ae">
Div content here</div>

This div background color is #deb8ae


#deb8ae Border Color

<div style="border:3px solid #deb8ae">
Div here</div>

This div border color is #deb8ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,184,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deb8ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deb8ae;
  -webkit-box-shadow: 1px 1px 3px 2px #deb8ae;
  box-shadow:         1px 1px 3px 2px #deb8ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,184,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #deb8ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #deb8ae;
  -webkit-box-shadow: 1px 1px 3px 2px #deb8ae;
  box-shadow:         1px 1px 3px 2px #deb8ae;">
Div content here</div>

This div box has shadow with color #deb8ae


Comments

No comments written yet.

Please login to write comment.