Color Hex Logo

#dce55f Color Hex

#DCE55F
(220,229,95)
0 Favorites   0 Comments

Color spaces of #dce55f

RGB 22022995
HSL0.180.720.64
HSV64°59°90°
CMYK 0.040.000.59   0.10
XYZ59.600172.080521.5981
Yxy72.08050.38880.4703
Hunter Lab84.9002-23.268144.3472
CIE-Lab88.0073-20.344562.6827

#dce55f color RGB value is (220,229,95).

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

The process color (four color CMYK) of #dce55f color hex is 0.04, 0.00, 0.59, 0.10. Web safe color of #dce55f is #cccc66. Color #dce55f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 01011111
Octal 334 345 137
Decimal 220 229 95
Hex DC E5 5F

RGB Percentages of Color #dce55f

%40.44
%42.10
%17.46

CMYK Percentages of Color #dce55f

%4
%0
%59
%10

Triadic Colors of #dce55f

#dce55f #5fdce5 #e55fdc

Analogous Colors of #dce55f

#dce55f #99e55f #e5ab5f

Monochromatic Colors of #dce55f

#dce55f

Complementary Color

#dce55f #685fe5

#dce55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce55f Color CSS Codes

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

#dce55f Text Font Color

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

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


#dce55f Background Color

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

This div background color is #dce55f


#dce55f Border Color

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

This div border color is #dce55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce55f


Comments

No comments written yet.

Please login to write comment.