Color Hex Logo

#deae97 Color Hex

#DEAE97
(222,174,151)
0 Favorites   0 Comments

Color spaces of #deae97

RGB 222174151
HSL0.050.520.73
HSV19°32°87°
CMYK 0.000.220.32   0.13
XYZ50.846248.036135.8702
Yxy48.03610.37730.3565
Hunter Lab69.30819.663117.8303
CIE-Lab74.847714.306718.5040

#deae97 color RGB value is (222,174,151).

#deae97 hex color red value is 222, green value is 174 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #deae97 hue: 0.05 , saturation: 0.52 and the lightness value of deae97 is 0.73.

The process color (four color CMYK) of #deae97 color hex is 0.00, 0.22, 0.32, 0.13. Web safe color of #deae97 is #cc9999. Color #deae97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 10010111
Octal 336 256 227
Decimal 222 174 151
Hex DE AE 97

RGB Percentages of Color #deae97

%40.59
%31.81
%27.61

CMYK Percentages of Color #deae97

%0
%22
%32
%13

Triadic Colors of #deae97

#deae97 #97deae #ae97de

Analogous Colors of #deae97

#deae97 #ded297 #de97a4

Monochromatic Colors of #deae97

#deae97

Complementary Color

#deae97 #97c7de

#deae97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae97 Color CSS Codes

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

#deae97 Text Font Color

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

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


#deae97 Background Color

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

This div background color is #deae97


#deae97 Border Color

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

This div border color is #deae97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae97


Comments

No comments written yet.

Please login to write comment.