Color Hex Logo

#dce86d Color Hex

#DCE86D
(220,232,109)
0 Favorites   0 Comments

Color spaces of #dce86d

RGB 220232109
HSL0.180.730.67
HSV66°53°91°
CMYK 0.050.000.53   0.09
XYZ61.132174.033025.5358
Yxy74.03300.38040.4607
Hunter Lab86.0424-23.752242.6335
CIE-Lab88.9381-20.720457.5908

#dce86d color RGB value is (220,232,109).

#dce86d hex color red value is 220, green value is 232 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dce86d hue: 0.18 , saturation: 0.73 and the lightness value of dce86d is 0.67.

The process color (four color CMYK) of #dce86d color hex is 0.05, 0.00, 0.53, 0.09. Web safe color of #dce86d is #ccff66. Color #dce86d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101000 01101101
Octal 334 350 155
Decimal 220 232 109
Hex DC E8 6D

RGB Percentages of Color #dce86d

%39.22
%41.35
%19.43

CMYK Percentages of Color #dce86d

%5
%0
%53
%9

Triadic Colors of #dce86d

#dce86d #6ddce8 #e86ddc

Analogous Colors of #dce86d

#dce86d #9fe86d #e8b76d

Monochromatic Colors of #dce86d

#dce86d

Complementary Color

#dce86d #796de8

#dce86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce86d Color CSS Codes

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

#dce86d Text Font Color

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

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


#dce86d Background Color

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

This div background color is #dce86d


#dce86d Border Color

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

This div border color is #dce86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce86d


Comments

No comments written yet.

Please login to write comment.