Color Hex Logo

#ddb0aa Color Hex

#DDB0AA
(221,176,170)
0 Favorites   0 Comments

Color spaces of #ddb0aa

RGB 221176170
HSL0.020.430.77
HSV23°87°
CMYK 0.000.200.23   0.13
XYZ52.599849.325144.7786
Yxy49.32510.35850.3362
Hunter Lab70.231810.781011.3600
CIE-Lab75.653115.44859.2921

#ddb0aa color RGB value is (221,176,170).

#ddb0aa hex color red value is 221, green value is 176 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ddb0aa hue: 0.02 , saturation: 0.43 and the lightness value of ddb0aa is 0.77.

The process color (four color CMYK) of #ddb0aa color hex is 0.00, 0.20, 0.23, 0.13. Web safe color of #ddb0aa is #cc9999. Color #ddb0aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 10101010
Octal 335 260 252
Decimal 221 176 170
Hex DD B0 AA

RGB Percentages of Color #ddb0aa

%38.98
%31.04
%29.98

CMYK Percentages of Color #ddb0aa

%0
%20
%23
%13

Triadic Colors of #ddb0aa

#ddb0aa #aaddb0 #b0aadd

Analogous Colors of #ddb0aa

#ddb0aa #ddcaaa #ddaabe

Monochromatic Colors of #ddb0aa

#ddb0aa

Complementary Color

#ddb0aa #aad7dd

#ddb0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb0aa Color CSS Codes

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

#ddb0aa Text Font Color

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

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


#ddb0aa Background Color

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

This div background color is #ddb0aa


#ddb0aa Border Color

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

This div border color is #ddb0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb0aa


Comments

No comments written yet.

Please login to write comment.