Color Hex Logo

#dce384 Color Hex

#DCE384
(220,227,132)
0 Favorites   0 Comments

Color spaces of #dce384

RGB 220227132
HSL0.180.630.70
HSV64°42°89°
CMYK 0.030.000.42   0.11
XYZ61.149171.819832.4695
Yxy71.81980.36960.4341
Hunter Lab84.7466-19.509436.6064
CIE-Lab87.8818-16.127445.4874

#dce384 color RGB value is (220,227,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 10000100
Octal 334 343 204
Decimal 220 227 132
Hex DC E3 84

RGB Percentages of Color #dce384

%38.00
%39.21
%22.80

CMYK Percentages of Color #dce384

%3
%0
%42
%11

Triadic Colors of #dce384

#dce384 #84dce3 #e384dc

Analogous Colors of #dce384

#dce384 #ade384 #e3bb84

Monochromatic Colors of #dce384

#dce384

Complementary Color

#dce384 #8b84e3

#dce384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce384 Color CSS Codes

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

#dce384 Text Font Color

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

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


#dce384 Background Color

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

This div background color is #dce384


#dce384 Border Color

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

This div border color is #dce384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce384


Comments

No comments written yet.

Please login to write comment.