Color Hex Logo

#dcee8f Color Hex

#DCEE8F
(220,238,143)
0 Favorites   0 Comments

Color spaces of #dcee8f

RGB 220238143
HSL0.200.740.75
HSV71°40°93°
CMYK 0.080.000.40   0.07
XYZ65.047778.347937.6809
Yxy78.34790.35920.4327
Hunter Lab88.5143-23.723536.7201
CIE-Lab90.9384-20.317843.9604

#dcee8f color RGB value is (220,238,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10001111
Octal 334 356 217
Decimal 220 238 143
Hex DC EE 8F

RGB Percentages of Color #dcee8f

%36.61
%39.60
%23.79

CMYK Percentages of Color #dcee8f

%8
%0
%40
%7

Triadic Colors of #dcee8f

#dcee8f #8fdcee #ee8fdc

Analogous Colors of #dcee8f

#dcee8f #adee8f #eed18f

Monochromatic Colors of #dcee8f

#dcee8f

Complementary Color

#dcee8f #a18fee

#dcee8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee8f Color CSS Codes

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

#dcee8f Text Font Color

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

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


#dcee8f Background Color

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

This div background color is #dcee8f


#dcee8f Border Color

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

This div border color is #dcee8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee8f


Comments

No comments written yet.

Please login to write comment.