Color Hex Logo

#dce772 Color Hex

#DCE772
(220,231,114)
0 Favorites   0 Comments

Color spaces of #dce772

RGB 220231114
HSL0.180.710.68
HSV66°51°91°
CMYK 0.050.000.51   0.09
XYZ61.128473.582426.9006
Yxy73.58240.37820.4553
Hunter Lab85.7802-22.913241.4528
CIE-Lab88.7247-19.809655.0637

#dce772 color RGB value is (220,231,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 01110010
Octal 334 347 162
Decimal 220 231 114
Hex DC E7 72

RGB Percentages of Color #dce772

%38.94
%40.88
%20.18

CMYK Percentages of Color #dce772

%5
%0
%51
%9

Triadic Colors of #dce772

#dce772 #72dce7 #e772dc

Analogous Colors of #dce772

#dce772 #a2e772 #e7b872

Monochromatic Colors of #dce772

#dce772

Complementary Color

#dce772 #7d72e7

#dce772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce772 Color CSS Codes

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

#dce772 Text Font Color

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

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


#dce772 Background Color

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

This div background color is #dce772


#dce772 Border Color

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

This div border color is #dce772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce772


Comments

No comments written yet.

Please login to write comment.