Color Hex Logo

#dce284 Color Hex

#DCE284
(220,226,132)
0 Favorites   0 Comments

Color spaces of #dce284

RGB 220226132
HSL0.180.620.70
HSV64°42°89°
CMYK 0.030.000.42   0.11
XYZ60.876471.274332.3786
Yxy71.27430.37000.4332
Hunter Lab84.4241-19.029736.3578
CIE-Lab87.6181-15.633545.1576

#dce284 color RGB value is (220,226,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100010 10000100
Octal 334 342 204
Decimal 220 226 132
Hex DC E2 84

RGB Percentages of Color #dce284

%38.06
%39.10
%22.84

CMYK Percentages of Color #dce284

%3
%0
%42
%11

Triadic Colors of #dce284

#dce284 #84dce2 #e284dc

Analogous Colors of #dce284

#dce284 #ade284 #e2b984

Monochromatic Colors of #dce284

#dce284

Complementary Color

#dce284 #8a84e2

#dce284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce284 Color CSS Codes

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

#dce284 Text Font Color

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

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


#dce284 Background Color

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

This div background color is #dce284


#dce284 Border Color

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

This div border color is #dce284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce284


Comments

No comments written yet.

Please login to write comment.