Color Hex Logo

#dce984 Color Hex

#DCE984
(220,233,132)
0 Favorites   0 Comments

Color spaces of #dce984

RGB 220233132
HSL0.190.700.72
HSV68°43°91°
CMYK 0.060.000.43   0.09
XYZ62.819075.159433.0261
Yxy75.15940.36740.4395
Hunter Lab86.6945-22.374038.0998
CIE-Lab89.4676-19.068947.4624

#dce984 color RGB value is (220,233,132).

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

The process color (four color CMYK) of #dce984 color hex is 0.06, 0.00, 0.43, 0.09. Web safe color of #dce984 is #ccff99. Color #dce984 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 10000100
Octal 334 351 204
Decimal 220 233 132
Hex DC E9 84

RGB Percentages of Color #dce984

%37.61
%39.83
%22.56

CMYK Percentages of Color #dce984

%6
%0
%43
%9

Triadic Colors of #dce984

#dce984 #84dce9 #e984dc

Analogous Colors of #dce984

#dce984 #aae984 #e9c484

Monochromatic Colors of #dce984

#dce984

Complementary Color

#dce984 #9184e9

#dce984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce984 Color CSS Codes

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

#dce984 Text Font Color

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

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


#dce984 Background Color

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

This div background color is #dce984


#dce984 Border Color

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

This div border color is #dce984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce984


Comments

No comments written yet.

Please login to write comment.