Color Hex Logo

#dce9ac Color Hex

#DCE9AC
(220,233,172)
0 Favorites   0 Comments

Color spaces of #dce9ac

RGB 220233172
HSL0.200.580.79
HSV73°26°91°
CMYK 0.060.000.26   0.09
XYZ66.100576.472050.3064
Yxy76.47200.34270.3965
Hunter Lab87.4483-18.109727.1060
CIE-Lab90.0780-14.244828.2784

#dce9ac color RGB value is (220,233,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 10101100
Octal 334 351 254
Decimal 220 233 172
Hex DC E9 AC

RGB Percentages of Color #dce9ac

%35.20
%37.28
%27.52

CMYK Percentages of Color #dce9ac

%6
%0
%26
%9

Triadic Colors of #dce9ac

#dce9ac #acdce9 #e9acdc

Analogous Colors of #dce9ac

#dce9ac #bee9ac #e9d8ac

Monochromatic Colors of #dce9ac

#dce9ac

Complementary Color

#dce9ac #b9ace9

#dce9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce9ac Color CSS Codes

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

#dce9ac Text Font Color

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

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


#dce9ac Background Color

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

This div background color is #dce9ac


#dce9ac Border Color

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

This div border color is #dce9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce9ac


Comments

No comments written yet.

Please login to write comment.