Color Hex Logo

#dce79f Color Hex

#DCE79F
(220,231,159)
0 Favorites   0 Comments

Color spaces of #dce79f

RGB 220231159
HSL0.190.600.76
HSV69°31°91°
CMYK 0.050.000.31   0.09
XYZ64.349174.870743.8608
Yxy74.87070.35150.4089
Hunter Lab86.5279-18.676730.5155
CIE-Lab89.3324-14.978333.9002

#dce79f color RGB value is (220,231,159).

#dce79f hex color red value is 220, green value is 231 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dce79f hue: 0.19 , saturation: 0.60 and the lightness value of dce79f is 0.76.

The process color (four color CMYK) of #dce79f color hex is 0.05, 0.00, 0.31, 0.09. Web safe color of #dce79f is #ccff99. Color #dce79f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 10011111
Octal 334 347 237
Decimal 220 231 159
Hex DC E7 9F

RGB Percentages of Color #dce79f

%36.07
%37.87
%26.07

CMYK Percentages of Color #dce79f

%5
%0
%31
%9

Triadic Colors of #dce79f

#dce79f #9fdce7 #e79fdc

Analogous Colors of #dce79f

#dce79f #b8e79f #e7ce9f

Monochromatic Colors of #dce79f

#dce79f

Complementary Color

#dce79f #aa9fe7

#dce79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce79f Color CSS Codes

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

#dce79f Text Font Color

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

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


#dce79f Background Color

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

This div background color is #dce79f


#dce79f Border Color

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

This div border color is #dce79f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,231,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 #dce79f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce79f


Comments

No comments written yet.

Please login to write comment.