Color Hex Logo

#dddfae Color Hex

#DDDFAE
(221,223,174)
0 Favorites   0 Comments

Color spaces of #dddfae

RGB 221223174
HSL0.170.430.78
HSV62°22°87°
CMYK 0.010.000.22   0.13
XYZ63.846571.203550.4230
Yxy71.20350.34420.3839
Hunter Lab84.3822-12.609423.6385
CIE-Lab87.5838-8.587323.8586

#dddfae color RGB value is (221,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 10101110
Octal 335 337 256
Decimal 221 223 174
Hex DD DF AE

RGB Percentages of Color #dddfae

%35.76
%36.08
%28.16

CMYK Percentages of Color #dddfae

%1
%0
%22
%13

Triadic Colors of #dddfae

#dddfae #aedddf #dfaedd

Analogous Colors of #dddfae

#dddfae #c5dfae #dfc9ae

Monochromatic Colors of #dddfae

#dddfae

Complementary Color

#dddfae #b0aedf

#dddfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddfae Color CSS Codes

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

#dddfae Text Font Color

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

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


#dddfae Background Color

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

This div background color is #dddfae


#dddfae Border Color

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

This div border color is #dddfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddfae


Comments

No comments written yet.

Please login to write comment.