Color Hex Logo

#dedd82 Color Hex

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

Color spaces of #dedd82

RGB 222221130
HSL0.160.580.69
HSV59°41°87°
CMYK 0.000.000.41   0.13
XYZ60.009968.854231.2464
Yxy68.85420.37480.4300
Hunter Lab82.9784-16.121335.7586
CIE-Lab86.4318-12.574844.6868

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

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

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

Base Numbers

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

RGB Percentages of Color #dedd82

%38.74
%38.57
%22.69

CMYK Percentages of Color #dedd82

%0
%0
%41
%13

Triadic Colors of #dedd82

#dedd82 #82dedd #dd82de

Analogous Colors of #dedd82

#dedd82 #b1de82 #deaf82

Monochromatic Colors of #dedd82

#dedd82

Complementary Color

#dedd82 #8283de

#dedd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd82 Color CSS Codes

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

#dedd82 Text Font Color

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

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


#dedd82 Background Color

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

This div background color is #dedd82


#dedd82 Border Color

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

This div border color is #dedd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd82


Comments

No comments written yet.

Please login to write comment.