Color Hex Logo

#dfdd82 Color Hex

#DFDD82
(223,221,130)
0 Favorites   0 Comments

Color spaces of #dfdd82

RGB 223221130
HSL0.160.590.69
HSV59°42°87°
CMYK 0.000.010.42   0.13
XYZ60.317169.012631.2608
Yxy69.01260.37560.4297
Hunter Lab83.0738-15.776435.8408
CIE-Lab86.5103-12.182444.8018

#dfdd82 color RGB value is (223,221,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10000010
Octal 337 335 202
Decimal 223 221 130
Hex DF DD 82

RGB Percentages of Color #dfdd82

%38.85
%38.50
%22.65

CMYK Percentages of Color #dfdd82

%0
%1
%42
%13

Triadic Colors of #dfdd82

#dfdd82 #82dfdd #dd82df

Analogous Colors of #dfdd82

#dfdd82 #b3df82 #dfaf82

Monochromatic Colors of #dfdd82

#dfdd82

Complementary Color

#dfdd82 #8284df

#dfdd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd82 Color CSS Codes

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

#dfdd82 Text Font Color

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

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


#dfdd82 Background Color

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

This div background color is #dfdd82


#dfdd82 Border Color

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

This div border color is #dfdd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd82


Comments

No comments written yet.

Please login to write comment.