Color Hex Logo

#dce070 Color Hex

#DCE070
(220,224,112)
0 Favorites   0 Comments

Color spaces of #dce070

RGB 220224112
HSL0.170.640.66
HSV62°50°88°
CMYK 0.020.000.50   0.12
XYZ59.095569.696825.6674
Yxy69.69680.38260.4512
Hunter Lab83.4846-19.744940.2105
CIE-Lab86.8479-16.558353.7756

#dce070 color RGB value is (220,224,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 01110000
Octal 334 340 160
Decimal 220 224 112
Hex DC E0 70

RGB Percentages of Color #dce070

%39.57
%40.29
%20.14

CMYK Percentages of Color #dce070

%2
%0
%50
%12

Triadic Colors of #dce070

#dce070 #70dce0 #e070dc

Analogous Colors of #dce070

#dce070 #a4e070 #e0ac70

Monochromatic Colors of #dce070

#dce070

Complementary Color

#dce070 #7470e0

#dce070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce070 Color CSS Codes

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

#dce070 Text Font Color

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

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


#dce070 Background Color

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

This div background color is #dce070


#dce070 Border Color

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

This div border color is #dce070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce070


Comments

No comments written yet.

Please login to write comment.