Color Hex Logo

#dde870 Color Hex

#DDE870
(221,232,112)
0 Favorites   0 Comments

Color spaces of #dde870

RGB 221232112
HSL0.180.720.67
HSV66°52°91°
CMYK 0.050.000.52   0.09
XYZ61.600074.255226.4153
Yxy74.25520.37960.4576
Hunter Lab86.1715-23.198642.1451
CIE-Lab89.0430-20.074256.3716

#dde870 color RGB value is (221,232,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 01110000
Octal 335 350 160
Decimal 221 232 112
Hex DD E8 70

RGB Percentages of Color #dde870

%39.12
%41.06
%19.82

CMYK Percentages of Color #dde870

%5
%0
%52
%9

Triadic Colors of #dde870

#dde870 #70dde8 #e870dd

Analogous Colors of #dde870

#dde870 #a1e870 #e8b770

Monochromatic Colors of #dde870

#dde870

Complementary Color

#dde870 #7b70e8

#dde870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde870 Color CSS Codes

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

#dde870 Text Font Color

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

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


#dde870 Background Color

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

This div background color is #dde870


#dde870 Border Color

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

This div border color is #dde870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde870


Comments

No comments written yet.

Please login to write comment.