color codes Logo

#dce076 color codes

#DCE076
(220,224,118)
0 Favorites   0 Comments

Color spaces of #dce076

RGB 220224118
HSL0.170.630.67
HSV62°47°88°
CMYK 0.020.000.47   0.12
XYZ59.440969.835027.4862
Yxy69.83500.37920.4455
Hunter Lab83.5673-19.277038.9960
CIE-Lab86.9159-16.021351.0408

#dce076 color RGB value is (220,224,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 01110110
Octal 334 340 166
Decimal 220 224 118
Hex DC E0 76

RGB Percentages of Color #dce076

%39.15
%39.86
%21.00

CMYK Percentages of Color #dce076

%2
%0
%47
%12

Triadic Colors of #dce076

#dce076 #76dce0 #e076dc

Analogous Colors of #dce076

#dce076 #a7e076 #e0af76

Monochromatic Colors of #dce076

#dce076

Complementary Color

#dce076 #7a76e0

#dce076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce076 Color CSS Codes

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

#dce076 Text Font Color

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

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


#dce076 Background Color

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

This div background color is #dce076


#dce076 Border Color

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

This div border color is #dce076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce076


Comments

No comments written yet.

Please login to write comment.