Color Hex Logo

#dce8ac Color Hex

#DCE8AC
(220,232,172)
0 Favorites   0 Comments

Color spaces of #dce8ac

RGB 220232172
HSL0.200.570.79
HSV72°26°91°
CMYK 0.050.000.26   0.09
XYZ65.818275.907450.2123
Yxy75.90740.34290.3955
Hunter Lab87.1249-17.621226.8170
CIE-Lab89.8163-13.748227.9236

#dce8ac color RGB value is (220,232,172).

#dce8ac hex color red value is 220, green value is 232 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dce8ac hue: 0.20 , saturation: 0.57 and the lightness value of dce8ac is 0.79.

The process color (four color CMYK) of #dce8ac color hex is 0.05, 0.00, 0.26, 0.09. Web safe color of #dce8ac is #ccff99. Color #dce8ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101000 10101100
Octal 334 350 254
Decimal 220 232 172
Hex DC E8 AC

RGB Percentages of Color #dce8ac

%35.26
%37.18
%27.56

CMYK Percentages of Color #dce8ac

%5
%0
%26
%9

Triadic Colors of #dce8ac

#dce8ac #acdce8 #e8acdc

Analogous Colors of #dce8ac

#dce8ac #bee8ac #e8d6ac

Monochromatic Colors of #dce8ac

#dce8ac

Complementary Color

#dce8ac #b8ace8

#dce8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce8ac Color CSS Codes

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

#dce8ac Text Font Color

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

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


#dce8ac Background Color

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

This div background color is #dce8ac


#dce8ac Border Color

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

This div border color is #dce8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce8ac


Comments

No comments written yet.

Please login to write comment.