Color Hex Logo

#dde582 Color Hex

#DDE582
(221,229,130)
0 Favorites   0 Comments

Color spaces of #dde582

RGB 221229130
HSL0.180.660.70
HSV65°43°90°
CMYK 0.030.000.43   0.10
XYZ61.867473.022531.9531
Yxy73.02250.37080.4377
Hunter Lab85.4532-20.310637.6472
CIE-Lab88.4584-16.929547.1938

#dde582 color RGB value is (221,229,130).

#dde582 hex color red value is 221, green value is 229 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dde582 hue: 0.18 , saturation: 0.66 and the lightness value of dde582 is 0.70.

The process color (four color CMYK) of #dde582 color hex is 0.03, 0.00, 0.43, 0.10. Web safe color of #dde582 is #cccc99. Color #dde582 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 10000010
Octal 335 345 202
Decimal 221 229 130
Hex DD E5 82

RGB Percentages of Color #dde582

%38.10
%39.48
%22.41

CMYK Percentages of Color #dde582

%3
%0
%43
%10

Triadic Colors of #dde582

#dde582 #82dde5 #e582dd

Analogous Colors of #dde582

#dde582 #ace582 #e5bc82

Monochromatic Colors of #dde582

#dde582

Complementary Color

#dde582 #8a82e5

#dde582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde582 Color CSS Codes

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

#dde582 Text Font Color

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

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


#dde582 Background Color

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

This div background color is #dde582


#dde582 Border Color

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

This div border color is #dde582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde582


Comments

No comments written yet.

Please login to write comment.