Color Hex Logo

#dce484 Color Hex

#DCE484
(220,228,132)
0 Favorites   0 Comments

Color spaces of #dce484

RGB 220228132
HSL0.180.640.71
HSV65°42°89°
CMYK 0.040.000.42   0.11
XYZ61.423572.368432.5609
Yxy72.36840.36920.4350
Hunter Lab85.0696-19.988036.8551
CIE-Lab88.1456-16.619945.8171

#dce484 color RGB value is (220,228,132).

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

The process color (four color CMYK) of #dce484 color hex is 0.04, 0.00, 0.42, 0.11. Web safe color of #dce484 is #cccc99. Color #dce484 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 10000100
Octal 334 344 204
Decimal 220 228 132
Hex DC E4 84

RGB Percentages of Color #dce484

%37.93
%39.31
%22.76

CMYK Percentages of Color #dce484

%4
%0
%42
%11

Triadic Colors of #dce484

#dce484 #84dce4 #e484dc

Analogous Colors of #dce484

#dce484 #ace484 #e4bc84

Monochromatic Colors of #dce484

#dce484

Complementary Color

#dce484 #8c84e4

#dce484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce484 Color CSS Codes

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

#dce484 Text Font Color

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

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


#dce484 Background Color

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

This div background color is #dce484


#dce484 Border Color

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

This div border color is #dce484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce484


Comments

No comments written yet.

Please login to write comment.