Color Hex Logo

#dceeac Color Hex

#DCEEAC
(220,238,172)
0 Favorites   0 Comments

Color spaces of #dceeac

RGB 220238172
HSL0.210.660.80
HSV76°28°93°
CMYK 0.080.000.28   0.07
XYZ67.536179.343350.7850
Yxy79.34330.34170.4014
Hunter Lab89.0749-20.543228.5489
CIE-Lab91.3894-16.713130.0506

#dceeac color RGB value is (220,238,172).

#dceeac hex color red value is 220, green value is 238 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dceeac hue: 0.21 , saturation: 0.66 and the lightness value of dceeac is 0.80.

The process color (four color CMYK) of #dceeac color hex is 0.08, 0.00, 0.28, 0.07. Web safe color of #dceeac is #ccff99. Color #dceeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10101100
Octal 334 356 254
Decimal 220 238 172
Hex DC EE AC

RGB Percentages of Color #dceeac

%34.92
%37.78
%27.30

CMYK Percentages of Color #dceeac

%8
%0
%28
%7

Triadic Colors of #dceeac

#dceeac #acdcee #eeacdc

Analogous Colors of #dceeac

#dceeac #bbeeac #eedfac

Monochromatic Colors of #dceeac

#dceeac

Complementary Color

#dceeac #beacee

#dceeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceeac Color CSS Codes

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

#dceeac Text Font Color

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

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


#dceeac Background Color

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

This div background color is #dceeac


#dceeac Border Color

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

This div border color is #dceeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceeac


Comments

No comments written yet.

Please login to write comment.