color codes Logo

#dcee8e color codes

#DCEE8E
(220,238,142)
0 Favorites   0 Comments

Color spaces of #dcee8e

RGB 220238142
HSL0.200.740.75
HSV71°40°93°
CMYK 0.080.000.40   0.07
XYZ64.972278.317737.2836
Yxy78.31770.35980.4337
Hunter Lab88.4973-23.820636.9694
CIE-Lab90.9247-20.429144.4320

#dcee8e color RGB value is (220,238,142).

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

The process color (four color CMYK) of #dcee8e color code is 0.08, 0.00, 0.40, 0.07. Web safe color of #dcee8e is #ccff99. Color #dcee8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10001110
Octal 334 356 216
Decimal 220 238 142
Hex DC EE 8E

RGB Percentages of Color #dcee8e

%36.67
%39.67
%23.67

CMYK Percentages of Color #dcee8e

%8
%0
%40
%7

Triadic Colors of #dcee8e

#dcee8e #8edcee #ee8edc

Analogous Colors of #dcee8e

#dcee8e #acee8e #eed08e

Monochromatic Colors of #dcee8e

#dcee8e

Complementary Color

#dcee8e #a08eee

#dcee8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee8e Color CSS Codes

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

#dcee8e Text Font Color

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

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


#dcee8e Background Color

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

This div background color is #dcee8e


#dcee8e Border Color

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

This div border color is #dcee8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee8e


Comments

No comments written yet.

Please login to write comment.