Color Hex Logo

#dde970 Color Hex

#DDE970
(221,233,112)
0 Favorites   0 Comments

Color spaces of #dde970

RGB 221233112
HSL0.180.730.68
HSV66°52°91°
CMYK 0.050.000.52   0.09
XYZ61.882374.819826.5094
Yxy74.81980.37920.4584
Hunter Lab86.4984-23.670742.3781
CIE-Lab89.3085-20.558856.6815

#dde970 color RGB value is (221,233,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101001 01110000
Octal 335 351 160
Decimal 221 233 112
Hex DD E9 70

RGB Percentages of Color #dde970

%39.05
%41.17
%19.79

CMYK Percentages of Color #dde970

%5
%0
%52
%9

Triadic Colors of #dde970

#dde970 #70dde9 #e970dd

Analogous Colors of #dde970

#dde970 #a1e970 #e9b970

Monochromatic Colors of #dde970

#dde970

Complementary Color

#dde970 #7c70e9

#dde970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde970 Color CSS Codes

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

#dde970 Text Font Color

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

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


#dde970 Background Color

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

This div background color is #dde970


#dde970 Border Color

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

This div border color is #dde970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde970


Comments

No comments written yet.

Please login to write comment.