Color Hex Logo

#dec7ae Color Hex

#DEC7AE
(222,199,174)
0 Favorites   0 Comments

Color spaces of #dec7ae

RGB 222199174
HSL0.090.420.78
HSV31°22°87°
CMYK 0.000.100.22   0.13
XYZ58.187659.432448.4492
Yxy59.43240.35040.3579
Hunter Lab77.0924-0.184016.7035
CIE-Lab81.52874.172715.4647

#dec7ae color RGB value is (222,199,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 10101110
Octal 336 307 256
Decimal 222 199 174
Hex DE C7 AE

RGB Percentages of Color #dec7ae

%37.31
%33.45
%29.24

CMYK Percentages of Color #dec7ae

%0
%10
%22
%13

Triadic Colors of #dec7ae

#dec7ae #aedec7 #c7aede

Analogous Colors of #dec7ae

#dec7ae #dddeae #deafae

Monochromatic Colors of #dec7ae

#dec7ae

Complementary Color

#dec7ae #aec5de

#dec7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec7ae Color CSS Codes

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

#dec7ae Text Font Color

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

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


#dec7ae Background Color

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

This div background color is #dec7ae


#dec7ae Border Color

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

This div border color is #dec7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec7ae


Comments

No comments written yet.

Please login to write comment.