Color Hex Logo

#ded5ae Color Hex

#DED5AE
(222,213,174)
0 Favorites   0 Comments

Color spaces of #ded5ae

RGB 222213174
HSL0.140.420.78
HSV49°22°87°
CMYK 0.000.040.22   0.13
XYZ61.558466.174149.5728
Yxy66.17410.34720.3732
Hunter Lab81.3475-7.281020.8122
CIE-Lab85.0851-3.112020.4252

#ded5ae color RGB value is (222,213,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 10101110
Octal 336 325 256
Decimal 222 213 174
Hex DE D5 AE

RGB Percentages of Color #ded5ae

%36.45
%34.98
%28.57

CMYK Percentages of Color #ded5ae

%0
%4
%22
%13

Triadic Colors of #ded5ae

#ded5ae #aeded5 #d5aede

Analogous Colors of #ded5ae

#ded5ae #cfdeae #debdae

Monochromatic Colors of #ded5ae

#ded5ae

Complementary Color

#ded5ae #aeb7de

#ded5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded5ae Color CSS Codes

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

#ded5ae Text Font Color

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

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


#ded5ae Background Color

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

This div background color is #ded5ae


#ded5ae Border Color

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

This div border color is #ded5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded5ae

#ded5ae Color Palettes


Comments

No comments written yet.

Please login to write comment.