Color Hex Logo

#dce19c Color Hex

#DCE19C
(220,225,156)
0 Favorites   0 Comments

Color spaces of #dce19c

RGB 220225156
HSL0.180.530.75
HSV64°31°88°
CMYK 0.020.000.31   0.12
XYZ62.441271.466441.9559
Yxy71.46640.35510.4064
Hunter Lab84.5378-16.097729.7510
CIE-Lab87.7111-12.372733.2750

#dce19c color RGB value is (220,225,156).

#dce19c hex color red value is 220, green value is 225 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dce19c hue: 0.18 , saturation: 0.53 and the lightness value of dce19c is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 10011100
Octal 334 341 234
Decimal 220 225 156
Hex DC E1 9C

RGB Percentages of Color #dce19c

%36.61
%37.44
%25.96

CMYK Percentages of Color #dce19c

%2
%0
%31
%12

Triadic Colors of #dce19c

#dce19c #9cdce1 #e19cdc

Analogous Colors of #dce19c

#dce19c #bae19c #e1c49c

Monochromatic Colors of #dce19c

#dce19c

Complementary Color

#dce19c #a19ce1

#dce19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce19c Color CSS Codes

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

#dce19c Text Font Color

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

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


#dce19c Background Color

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

This div background color is #dce19c


#dce19c Border Color

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

This div border color is #dce19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce19c


Comments

No comments written yet.

Please login to write comment.