Color Hex Logo

#dce95f Color Hex

#DCE95F
(220,233,95)
0 Favorites   0 Comments

Color spaces of #dce95f

RGB 22023395
HSL0.180.760.64
HSV66°59°91°
CMYK 0.060.000.59   0.09
XYZ60.719774.319721.9713
Yxy74.31970.38670.4733
Hunter Lab86.2089-25.142245.2355
CIE-Lab89.0734-22.276363.8527

#dce95f color RGB value is (220,233,95).

#dce95f hex color red value is 220, green value is 233 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dce95f hue: 0.18 , saturation: 0.76 and the lightness value of dce95f is 0.64.

The process color (four color CMYK) of #dce95f color hex is 0.06, 0.00, 0.59, 0.09. Web safe color of #dce95f is #ccff66. Color #dce95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 01011111
Octal 334 351 137
Decimal 220 233 95
Hex DC E9 5F

RGB Percentages of Color #dce95f

%40.15
%42.52
%17.34

CMYK Percentages of Color #dce95f

%6
%0
%59
%9

Triadic Colors of #dce95f

#dce95f #5fdce9 #e95fdc

Analogous Colors of #dce95f

#dce95f #97e95f #e9b15f

Monochromatic Colors of #dce95f

#dce95f

Complementary Color

#dce95f #6c5fe9

#dce95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce95f Color CSS Codes

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

#dce95f Text Font Color

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

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


#dce95f Background Color

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

This div background color is #dce95f


#dce95f Border Color

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

This div border color is #dce95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce95f


Comments

No comments written yet.

Please login to write comment.