Color Hex Logo

#dce972 Color Hex

#DCE972
(220,233,114)
0 Favorites   0 Comments

Color spaces of #dce972

RGB 220233114
HSL0.180.730.68
HSV67°51°91°
CMYK 0.060.000.51   0.09
XYZ61.691474.708427.0883
Yxy74.70840.37730.4570
Hunter Lab86.4340-23.857041.9224
CIE-Lab89.2562-20.779555.6888

#dce972 color RGB value is (220,233,114).

#dce972 hex color red value is 220, green value is 233 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dce972 hue: 0.18 , saturation: 0.73 and the lightness value of dce972 is 0.68.

The process color (four color CMYK) of #dce972 color hex is 0.06, 0.00, 0.51, 0.09. Web safe color of #dce972 is #ccff66. Color #dce972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 01110010
Octal 334 351 162
Decimal 220 233 114
Hex DC E9 72

RGB Percentages of Color #dce972

%38.80
%41.09
%20.11

CMYK Percentages of Color #dce972

%6
%0
%51
%9

Triadic Colors of #dce972

#dce972 #72dce9 #e972dc

Analogous Colors of #dce972

#dce972 #a1e972 #e9bb72

Monochromatic Colors of #dce972

#dce972

Complementary Color

#dce972 #7f72e9

#dce972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce972 Color CSS Codes

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

#dce972 Text Font Color

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

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


#dce972 Background Color

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

This div background color is #dce972


#dce972 Border Color

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

This div border color is #dce972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce972


Comments

No comments written yet.

Please login to write comment.