Color Hex Logo

#dce555 Color Hex

#DCE555
(220,229,85)
0 Favorites   0 Comments

Color spaces of #dce555

RGB 22022985
HSL0.180.730.62
HSV64°63°90°
CMYK 0.040.000.63   0.10
XYZ59.174271.910119.3556
Yxy71.91010.39330.4780
Hunter Lab84.7998-23.840545.8269
CIE-Lab87.9253-21.012766.7265

#dce555 color RGB value is (220,229,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 01010101
Octal 334 345 125
Decimal 220 229 85
Hex DC E5 55

RGB Percentages of Color #dce555

%41.20
%42.88
%15.92

CMYK Percentages of Color #dce555

%4
%0
%63
%10

Triadic Colors of #dce555

#dce555 #55dce5 #e555dc

Analogous Colors of #dce555

#dce555 #94e555 #e5a655

Monochromatic Colors of #dce555

#dce555

Complementary Color

#dce555 #5e55e5

#dce555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce555 Color CSS Codes

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

#dce555 Text Font Color

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

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


#dce555 Background Color

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

This div background color is #dce555


#dce555 Border Color

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

This div border color is #dce555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce555


Comments

No comments written yet.

Please login to write comment.