Color Hex Logo

#dce870 Color Hex

#DCE870
(220,232,112)
0 Favorites   0 Comments

Color spaces of #dce870

RGB 220232112
HSL0.180.720.67
HSV66°52°91°
CMYK 0.050.000.52   0.09
XYZ61.296474.098726.4011
Yxy74.09870.37880.4580
Hunter Lab86.0806-23.534542.0721
CIE-Lab88.9691-20.467956.2666

#dce870 color RGB value is (220,232,112).

#dce870 hex color red value is 220, green value is 232 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dce870 hue: 0.18 , saturation: 0.72 and the lightness value of dce870 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101000 01110000
Octal 334 350 160
Decimal 220 232 112
Hex DC E8 70

RGB Percentages of Color #dce870

%39.01
%41.13
%19.86

CMYK Percentages of Color #dce870

%5
%0
%52
%9

Triadic Colors of #dce870

#dce870 #70dce8 #e870dc

Analogous Colors of #dce870

#dce870 #a0e870 #e8b870

Monochromatic Colors of #dce870

#dce870

Complementary Color

#dce870 #7c70e8

#dce870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce870 Color CSS Codes

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

#dce870 Text Font Color

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

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


#dce870 Background Color

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

This div background color is #dce870


#dce870 Border Color

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

This div border color is #dce870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce870


Comments

No comments written yet.

Please login to write comment.