Color Hex Logo

#dce19f Color Hex

#DCE19F
(220,225,159)
0 Favorites   0 Comments

Color spaces of #dce19f

RGB 220225159
HSL0.180.520.75
HSV65°29°88°
CMYK 0.020.000.29   0.12
XYZ62.698471.569343.3106
Yxy71.56930.35310.4030
Hunter Lab84.5986-15.756328.8653
CIE-Lab87.7609-11.991231.8109

#dce19f color RGB value is (220,225,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 10011111
Octal 334 341 237
Decimal 220 225 159
Hex DC E1 9F

RGB Percentages of Color #dce19f

%36.42
%37.25
%26.32

CMYK Percentages of Color #dce19f

%2
%0
%29
%12

Triadic Colors of #dce19f

#dce19f #9fdce1 #e19fdc

Analogous Colors of #dce19f

#dce19f #bbe19f #e1c59f

Monochromatic Colors of #dce19f

#dce19f

Complementary Color

#dce19f #a49fe1

#dce19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce19f Color CSS Codes

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

#dce19f Text Font Color

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

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


#dce19f Background Color

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

This div background color is #dce19f


#dce19f Border Color

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

This div border color is #dce19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce19f


Comments

No comments written yet.

Please login to write comment.