Color Hex Logo

#dce0ad Color Hex

#DCE0AD
(220,224,173)
0 Favorites   0 Comments

Color spaces of #dce0ad

RGB 220224173
HSL0.180.450.78
HSV65°23°88°
CMYK 0.020.000.23   0.12
XYZ63.713771.544149.9865
Yxy71.54410.34390.3862
Hunter Lab84.5837-13.564324.1700
CIE-Lab87.7487-9.601824.5907

#dce0ad color RGB value is (220,224,173).

#dce0ad hex color red value is 220, green value is 224 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dce0ad hue: 0.18 , saturation: 0.45 and the lightness value of dce0ad is 0.78.

The process color (four color CMYK) of #dce0ad color hex is 0.02, 0.00, 0.23, 0.12. Web safe color of #dce0ad is #cccc99. Color #dce0ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 10101101
Octal 334 340 255
Decimal 220 224 173
Hex DC E0 AD

RGB Percentages of Color #dce0ad

%35.66
%36.30
%28.04

CMYK Percentages of Color #dce0ad

%2
%0
%23
%12

Triadic Colors of #dce0ad

#dce0ad #addce0 #e0addc

Analogous Colors of #dce0ad

#dce0ad #c3e0ad #e0cbad

Monochromatic Colors of #dce0ad

#dce0ad

Complementary Color

#dce0ad #b1ade0

#dce0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce0ad Color CSS Codes

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

#dce0ad Text Font Color

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

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


#dce0ad Background Color

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

This div background color is #dce0ad


#dce0ad Border Color

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

This div border color is #dce0ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,224,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dce0ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dce0ad;
  -webkit-box-shadow: 1px 1px 3px 2px #dce0ad;
  box-shadow:         1px 1px 3px 2px #dce0ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,224,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce0ad


Comments

No comments written yet.

Please login to write comment.