Color Hex Logo

#dce071 Color Hex

#DCE071
(220,224,113)
0 Favorites   0 Comments

Color spaces of #dce071

RGB 220224113
HSL0.170.640.66
HSV62°50°88°
CMYK 0.020.000.50   0.12
XYZ59.151569.719225.9623
Yxy69.71920.38200.4503
Hunter Lab83.4980-19.668940.0134
CIE-Lab86.8590-16.471053.3232

#dce071 color RGB value is (220,224,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 01110001
Octal 334 340 161
Decimal 220 224 113
Hex DC E0 71

RGB Percentages of Color #dce071

%39.50
%40.22
%20.29

CMYK Percentages of Color #dce071

%2
%0
%50
%12

Triadic Colors of #dce071

#dce071 #71dce0 #e071dc

Analogous Colors of #dce071

#dce071 #a5e071 #e0ad71

Monochromatic Colors of #dce071

#dce071

Complementary Color

#dce071 #7571e0

#dce071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce071 Color CSS Codes

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

#dce071 Text Font Color

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

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


#dce071 Background Color

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

This div background color is #dce071


#dce071 Border Color

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

This div border color is #dce071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce071


Comments

No comments written yet.

Please login to write comment.