Color Hex Logo

#deb5ae Color Hex

#DEB5AE
(222,181,174)
0 Favorites   0 Comments

Color spaces of #deb5ae

RGB 222181174
HSL0.020.420.78
HSV22°87°
CMYK 0.000.180.22   0.13
XYZ54.288151.633347.1493
Yxy51.63330.35470.3373
Hunter Lab71.85639.109811.3956
CIE-Lab77.061113.72579.1398

#deb5ae color RGB value is (222,181,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 10101110
Octal 336 265 256
Decimal 222 181 174
Hex DE B5 AE

RGB Percentages of Color #deb5ae

%38.47
%31.37
%30.16

CMYK Percentages of Color #deb5ae

%0
%18
%22
%13

Triadic Colors of #deb5ae

#deb5ae #aedeb5 #b5aede

Analogous Colors of #deb5ae

#deb5ae #decdae #deaebf

Monochromatic Colors of #deb5ae

#deb5ae

Complementary Color

#deb5ae #aed7de

#deb5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb5ae Color CSS Codes

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

#deb5ae Text Font Color

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

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


#deb5ae Background Color

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

This div background color is #deb5ae


#deb5ae Border Color

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

This div border color is #deb5ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,181,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 #deb5ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb5ae


Comments

No comments written yet.

Please login to write comment.