Color Hex Logo

#dddc82 Color Hex

#DDDC82
(221,220,130)
0 Favorites   0 Comments

Color spaces of #dddc82

RGB 221220130
HSL0.160.570.69
HSV59°41°87°
CMYK 0.000.000.41   0.13
XYZ59.441368.170331.1444
Yxy68.17030.37440.4294
Hunter Lab82.5653-15.981735.4310
CIE-Lab86.0915-12.467244.2438

#dddc82 color RGB value is (221,220,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10000010
Octal 335 334 202
Decimal 221 220 130
Hex DD DC 82

RGB Percentages of Color #dddc82

%38.70
%38.53
%22.77

CMYK Percentages of Color #dddc82

%0
%0
%41
%13

Triadic Colors of #dddc82

#dddc82 #82dddc #dc82dd

Analogous Colors of #dddc82

#dddc82 #b1dd82 #ddaf82

Monochromatic Colors of #dddc82

#dddc82

Complementary Color

#dddc82 #8283dd

#dddc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc82 Color CSS Codes

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

#dddc82 Text Font Color

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

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


#dddc82 Background Color

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

This div background color is #dddc82


#dddc82 Border Color

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

This div border color is #dddc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc82


Comments

No comments written yet.

Please login to write comment.