Color Hex Logo

#dce077 Color Hex

#DCE077
(220,224,119)
0 Favorites   0 Comments

Color spaces of #dce077

RGB 220224119
HSL0.170.630.67
HSV62°47°88°
CMYK 0.020.000.47   0.12
XYZ59.500669.858927.8009
Yxy69.85890.37860.4445
Hunter Lab83.5816-19.196238.7861
CIE-Lab86.9276-15.928850.5805

#dce077 color RGB value is (220,224,119).

#dce077 hex color red value is 220, green value is 224 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dce077 hue: 0.17 , saturation: 0.63 and the lightness value of dce077 is 0.67.

The process color (four color CMYK) of #dce077 color hex is 0.02, 0.00, 0.47, 0.12. Web safe color of #dce077 is #cccc66. Color #dce077 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 01110111
Octal 334 340 167
Decimal 220 224 119
Hex DC E0 77

RGB Percentages of Color #dce077

%39.08
%39.79
%21.14

CMYK Percentages of Color #dce077

%2
%0
%47
%12

Triadic Colors of #dce077

#dce077 #77dce0 #e077dc

Analogous Colors of #dce077

#dce077 #a8e077 #e0b077

Monochromatic Colors of #dce077

#dce077

Complementary Color

#dce077 #7b77e0

#dce077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce077 Color CSS Codes

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

#dce077 Text Font Color

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

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


#dce077 Background Color

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

This div background color is #dce077


#dce077 Border Color

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

This div border color is #dce077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce077


Comments

No comments written yet.

Please login to write comment.