Color Hex Logo

#ddbb82 Color Hex

#DDBB82
(221,187,130)
0 Favorites   0 Comments

Color spaces of #ddbb82

RGB 221187130
HSL0.100.570.69
HSV38°41°87°
CMYK 0.000.150.41   0.13
XYZ51.618452.524528.5368
Yxy52.52450.38900.3959
Hunter Lab72.47380.304927.3860
CIE-Lab77.59344.516133.3773

#ddbb82 color RGB value is (221,187,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10000010
Octal 335 273 202
Decimal 221 187 130
Hex DD BB 82

RGB Percentages of Color #ddbb82

%41.08
%34.76
%24.16

CMYK Percentages of Color #ddbb82

%0
%15
%41
%13

Triadic Colors of #ddbb82

#ddbb82 #82ddbb #bb82dd

Analogous Colors of #ddbb82

#ddbb82 #d2dd82 #dd8e82

Monochromatic Colors of #ddbb82

#ddbb82

Complementary Color

#ddbb82 #82a4dd

#ddbb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb82 Color CSS Codes

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

#ddbb82 Text Font Color

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

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


#ddbb82 Background Color

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

This div background color is #ddbb82


#ddbb82 Border Color

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

This div border color is #ddbb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb82


Comments

No comments written yet.

Please login to write comment.