Color Hex Logo

#ddbb8a Color Hex

#DDBB8A
(221,187,138)
0 Favorites   0 Comments

Color spaces of #ddbb8a

RGB 221187138
HSL0.100.550.70
HSV35°38°87°
CMYK 0.000.150.38   0.13
XYZ52.176652.747831.4761
Yxy52.74780.38250.3867
Hunter Lab72.62771.138125.1437
CIE-Lab77.72595.410429.3540

#ddbb8a color RGB value is (221,187,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10001010
Octal 335 273 212
Decimal 221 187 138
Hex DD BB 8A

RGB Percentages of Color #ddbb8a

%40.48
%34.25
%25.27

CMYK Percentages of Color #ddbb8a

%0
%15
%38
%13

Triadic Colors of #ddbb8a

#ddbb8a #8addbb #bb8add

Analogous Colors of #ddbb8a

#ddbb8a #d6dd8a #dd928a

Monochromatic Colors of #ddbb8a

#ddbb8a

Complementary Color

#ddbb8a #8aacdd

#ddbb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb8a Color CSS Codes

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

#ddbb8a Text Font Color

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

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


#ddbb8a Background Color

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

This div background color is #ddbb8a


#ddbb8a Border Color

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

This div border color is #ddbb8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,187,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbb8a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb8a


Comments

No comments written yet.

Please login to write comment.