Color Hex Logo

#dde072 Color Hex

#DDE072
(221,224,114)
0 Favorites   0 Comments

Color spaces of #dde072

RGB 221224114
HSL0.170.640.66
HSV62°49°88°
CMYK 0.010.000.49   0.12
XYZ59.511769.898426.2747
Yxy69.89840.38230.4490
Hunter Lab83.6053-19.249839.8906
CIE-Lab86.9470-15.985852.9796

#dde072 color RGB value is (221,224,114).

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

The process color (four color CMYK) of #dde072 color hex is 0.01, 0.00, 0.49, 0.12. Web safe color of #dde072 is #cccc66. Color #dde072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 01110010
Octal 335 340 162
Decimal 221 224 114
Hex DD E0 72

RGB Percentages of Color #dde072

%39.53
%40.07
%20.39

CMYK Percentages of Color #dde072

%1
%0
%49
%12

Triadic Colors of #dde072

#dde072 #72dde0 #e072dd

Analogous Colors of #dde072

#dde072 #a6e072 #e0ac72

Monochromatic Colors of #dde072

#dde072

Complementary Color

#dde072 #7572e0

#dde072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde072 Color CSS Codes

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

#dde072 Text Font Color

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

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


#dde072 Background Color

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

This div background color is #dde072


#dde072 Border Color

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

This div border color is #dde072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde072


Comments

No comments written yet.

Please login to write comment.