Color Hex Logo

#dce86c Color Hex

#DCE86C
(220,232,108)
0 Favorites   0 Comments

Color spaces of #dce86c

RGB 220232108
HSL0.180.730.67
HSV66°53°91°
CMYK 0.050.000.53   0.09
XYZ61.078674.011625.2538
Yxy74.01160.38090.4616
Hunter Lab86.0300-23.823142.8166
CIE-Lab88.9280-20.802858.0291

#dce86c color RGB value is (220,232,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101000 01101100
Octal 334 350 154
Decimal 220 232 108
Hex DC E8 6C

RGB Percentages of Color #dce86c

%39.29
%41.43
%19.29

CMYK Percentages of Color #dce86c

%5
%0
%53
%9

Triadic Colors of #dce86c

#dce86c #6cdce8 #e86cdc

Analogous Colors of #dce86c

#dce86c #9ee86c #e8b66c

Monochromatic Colors of #dce86c

#dce86c

Complementary Color

#dce86c #786ce8

#dce86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce86c Color CSS Codes

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

#dce86c Text Font Color

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

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


#dce86c Background Color

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

This div background color is #dce86c


#dce86c Border Color

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

This div border color is #dce86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce86c


Comments

No comments written yet.

Please login to write comment.