Color Hex Logo

#dce0af Color Hex

#DCE0AF
(220,224,175)
0 Favorites   0 Comments

Color spaces of #dce0af

RGB 220224175
HSL0.180.440.78
HSV65°22°88°
CMYK 0.020.000.22   0.12
XYZ63.908771.622151.0135
Yxy71.62210.34260.3839
Hunter Lab84.6298-13.306923.5018
CIE-Lab87.7864-9.318323.6062

#dce0af color RGB value is (220,224,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 10101111
Octal 334 340 257
Decimal 220 224 175
Hex DC E0 AF

RGB Percentages of Color #dce0af

%35.54
%36.19
%28.27

CMYK Percentages of Color #dce0af

%2
%0
%22
%12

Triadic Colors of #dce0af

#dce0af #afdce0 #e0afdc

Analogous Colors of #dce0af

#dce0af #c4e0af #e0ccaf

Monochromatic Colors of #dce0af

#dce0af

Complementary Color

#dce0af #b3afe0

#dce0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce0af Color CSS Codes

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

#dce0af Text Font Color

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

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


#dce0af Background Color

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

This div background color is #dce0af


#dce0af Border Color

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

This div border color is #dce0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce0af


Comments

No comments written yet.

Please login to write comment.