Color Hex Logo

#dce583 Color Hex

#DCE583
(220,229,131)
0 Favorites   0 Comments

Color spaces of #dce583

RGB 220229131
HSL0.180.650.71
HSV66°43°90°
CMYK 0.040.000.43   0.10
XYZ61.631272.893032.2942
Yxy72.89300.36950.4370
Hunter Lab85.3774-20.557037.3376
CIE-Lab88.3967-17.215346.6161

#dce583 color RGB value is (220,229,131).

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

The process color (four color CMYK) of #dce583 color hex is 0.04, 0.00, 0.43, 0.10. Web safe color of #dce583 is #cccc99. Color #dce583 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 10000011
Octal 334 345 203
Decimal 220 229 131
Hex DC E5 83

RGB Percentages of Color #dce583

%37.93
%39.48
%22.59

CMYK Percentages of Color #dce583

%4
%0
%43
%10

Triadic Colors of #dce583

#dce583 #83dce5 #e583dc

Analogous Colors of #dce583

#dce583 #abe583 #e5bd83

Monochromatic Colors of #dce583

#dce583

Complementary Color

#dce583 #8c83e5

#dce583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce583 Color CSS Codes

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

#dce583 Text Font Color

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

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


#dce583 Background Color

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

This div background color is #dce583


#dce583 Border Color

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

This div border color is #dce583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce583


Comments

No comments written yet.

Please login to write comment.