Color Hex Logo

#dce08c Color Hex

#DCE08C
(220,224,140)
0 Favorites   0 Comments

Color spaces of #dce08c

RGB 220224140
HSL0.170.580.71
HSV63°38°88°
CMYK 0.020.000.38   0.12
XYZ60.904570.420435.1934
Yxy70.42040.36580.4229
Hunter Lab83.9169-17.304233.8765
CIE-Lab87.2026-13.776440.6799

#dce08c color RGB value is (220,224,140).

#dce08c hex color red value is 220, green value is 224 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dce08c hue: 0.17 , saturation: 0.58 and the lightness value of dce08c is 0.71.

The process color (four color CMYK) of #dce08c color hex is 0.02, 0.00, 0.38, 0.12. Web safe color of #dce08c is #cccc99. Color #dce08c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 10001100
Octal 334 340 214
Decimal 220 224 140
Hex DC E0 8C

RGB Percentages of Color #dce08c

%37.67
%38.36
%23.97

CMYK Percentages of Color #dce08c

%2
%0
%38
%12

Triadic Colors of #dce08c

#dce08c #8cdce0 #e08cdc

Analogous Colors of #dce08c

#dce08c #b2e08c #e0ba8c

Monochromatic Colors of #dce08c

#dce08c

Complementary Color

#dce08c #908ce0

#dce08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce08c Color CSS Codes

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

#dce08c Text Font Color

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

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


#dce08c Background Color

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

This div background color is #dce08c


#dce08c Border Color

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

This div border color is #dce08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce08c


Comments

No comments written yet.

Please login to write comment.