Color Hex Logo

#dddeae Color Hex

#DDDEAE
(221,222,174)
0 Favorites   0 Comments

Color spaces of #dddeae

RGB 221222174
HSL0.170.420.78
HSV61°22°87°
CMYK 0.000.000.22   0.13
XYZ63.580170.670750.3342
Yxy70.67070.34440.3829
Hunter Lab84.0659-12.113423.3464
CIE-Lab87.3248-8.080723.5029

#dddeae color RGB value is (221,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10101110
Octal 335 336 256
Decimal 221 222 174
Hex DD DE AE

RGB Percentages of Color #dddeae

%35.82
%35.98
%28.20

CMYK Percentages of Color #dddeae

%0
%0
%22
%13

Triadic Colors of #dddeae

#dddeae #aeddde #deaedd

Analogous Colors of #dddeae

#dddeae #c5deae #dec7ae

Monochromatic Colors of #dddeae

#dddeae

Complementary Color

#dddeae #afaede

#dddeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddeae Color CSS Codes

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

#dddeae Text Font Color

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

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


#dddeae Background Color

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

This div background color is #dddeae


#dddeae Border Color

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

This div border color is #dddeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddeae


Comments

No comments written yet.

Please login to write comment.