Color Hex Logo

#dcee9d Color Hex

#DCEE9D
(220,238,157)
0 Favorites   0 Comments

Color spaces of #dcee9d

RGB 220238157
HSL0.200.700.77
HSV73°34°93°
CMYK 0.080.000.34   0.07
XYZ66.175578.799043.6202
Yxy78.79900.35090.4178
Hunter Lab88.7688-22.277033.0036
CIE-Lab91.1433-18.668837.2930

#dcee9d color RGB value is (220,238,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10011101
Octal 334 356 235
Decimal 220 238 157
Hex DC EE 9D

RGB Percentages of Color #dcee9d

%35.77
%38.70
%25.53

CMYK Percentages of Color #dcee9d

%8
%0
%34
%7

Triadic Colors of #dcee9d

#dcee9d #9ddcee #ee9ddc

Analogous Colors of #dcee9d

#dcee9d #b4ee9d #eed89d

Monochromatic Colors of #dcee9d

#dcee9d

Complementary Color

#dcee9d #af9dee

#dcee9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee9d Color CSS Codes

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

#dcee9d Text Font Color

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

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


#dcee9d Background Color

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

This div background color is #dcee9d


#dcee9d Border Color

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

This div border color is #dcee9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee9d


Comments

No comments written yet.

Please login to write comment.