Color Hex Logo

#ddde82 Color Hex

#DDDE82
(221,222,130)
0 Favorites   0 Comments

Color spaces of #ddde82

RGB 221222130
HSL0.170.580.69
HSV61°41°87°
CMYK 0.000.000.41   0.13
XYZ59.969369.226431.3204
Yxy69.22640.37360.4313
Hunter Lab83.2024-16.947835.9228
CIE-Lab86.6160-13.465744.9003

#ddde82 color RGB value is (221,222,130).

#ddde82 hex color red value is 221, green value is 222 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ddde82 hue: 0.17 , saturation: 0.58 and the lightness value of ddde82 is 0.69.

The process color (four color CMYK) of #ddde82 color hex is 0.00, 0.00, 0.41, 0.13. Web safe color of #ddde82 is #cccc99. Color #ddde82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10000010
Octal 335 336 202
Decimal 221 222 130
Hex DD DE 82

RGB Percentages of Color #ddde82

%38.57
%38.74
%22.69

CMYK Percentages of Color #ddde82

%0
%0
%41
%13

Triadic Colors of #ddde82

#ddde82 #82ddde #de82dd

Analogous Colors of #ddde82

#ddde82 #afde82 #deb182

Monochromatic Colors of #ddde82

#ddde82

Complementary Color

#ddde82 #8382de

#ddde82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde82 Color CSS Codes

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

#ddde82 Text Font Color

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

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


#ddde82 Background Color

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

This div background color is #ddde82


#ddde82 Border Color

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

This div border color is #ddde82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde82


Comments

No comments written yet.

Please login to write comment.