Color Hex Logo

#dcee9a Color Hex

#DCEE9A
(220,238,154)
0 Favorites   0 Comments

Color spaces of #dcee9a

RGB 220238154
HSL0.200.710.77
HSV73°35°93°
CMYK 0.080.000.35   0.07
XYZ65.922578.697842.2876
Yxy78.69780.35270.4211
Hunter Lab88.7118-22.600733.8356
CIE-Lab91.0974-19.036538.7308

#dcee9a color RGB value is (220,238,154).

#dcee9a hex color red value is 220, green value is 238 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dcee9a hue: 0.20 , saturation: 0.71 and the lightness value of dcee9a is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10011010
Octal 334 356 232
Decimal 220 238 154
Hex DC EE 9A

RGB Percentages of Color #dcee9a

%35.95
%38.89
%25.16

CMYK Percentages of Color #dcee9a

%8
%0
%35
%7

Triadic Colors of #dcee9a

#dcee9a #9adcee #ee9adc

Analogous Colors of #dcee9a

#dcee9a #b2ee9a #eed69a

Monochromatic Colors of #dcee9a

#dcee9a

Complementary Color

#dcee9a #ac9aee

#dcee9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee9a Color CSS Codes

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

#dcee9a Text Font Color

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

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


#dcee9a Background Color

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

This div background color is #dcee9a


#dcee9a Border Color

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

This div border color is #dcee9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee9a


Comments

No comments written yet.

Please login to write comment.