Color Hex Logo

#dcee86 Color Hex

#DCEE86
(220,238,134)
0 Favorites   0 Comments

Color spaces of #dcee86

RGB 220238134
HSL0.200.750.73
HSV70°44°93°
CMYK 0.080.000.44   0.07
XYZ64.392878.085934.2325
Yxy78.08590.36440.4419
Hunter Lab88.3662-24.567338.8878
CIE-Lab90.8191-21.287148.1759

#dcee86 color RGB value is (220,238,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10000110
Octal 334 356 206
Decimal 220 238 134
Hex DC EE 86

RGB Percentages of Color #dcee86

%37.16
%40.20
%22.64

CMYK Percentages of Color #dcee86

%8
%0
%44
%7

Triadic Colors of #dcee86

#dcee86 #86dcee #ee86dc

Analogous Colors of #dcee86

#dcee86 #a8ee86 #eecc86

Monochromatic Colors of #dcee86

#dcee86

Complementary Color

#dcee86 #9886ee

#dcee86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee86 Color CSS Codes

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

#dcee86 Text Font Color

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

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


#dcee86 Background Color

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

This div background color is #dcee86


#dcee86 Border Color

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

This div border color is #dcee86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee86


Comments

No comments written yet.

Please login to write comment.