Color Hex Logo

#ddbab9 Color Hex

#DDBAB9
(221,186,185)
0 Favorites   0 Comments

Color spaces of #ddbab9

RGB 221186185
HSL0.000.350.80
HSV16°87°
CMYK 0.000.160.16   0.13
XYZ56.134753.992753.3620
Yxy53.99270.34340.3303
Hunter Lab73.47977.77528.3786
CIE-Lab78.457512.35805.1738

#ddbab9 color RGB value is (221,186,185).

#ddbab9 hex color red value is 221, green value is 186 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ddbab9 hue: 0.00 , saturation: 0.35 and the lightness value of ddbab9 is 0.80.

The process color (four color CMYK) of #ddbab9 color hex is 0.00, 0.16, 0.16, 0.13. Web safe color of #ddbab9 is #cccccc. Color #ddbab9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10111001
Octal 335 272 271
Decimal 221 186 185
Hex DD BA B9

RGB Percentages of Color #ddbab9

%37.33
%31.42
%31.25

CMYK Percentages of Color #ddbab9

%0
%16
%16
%13

Triadic Colors of #ddbab9

#ddbab9 #b9ddba #bab9dd

Analogous Colors of #ddbab9

#ddbab9 #ddccb9 #ddb9ca

Monochromatic Colors of #ddbab9

#ddbab9

Complementary Color

#ddbab9 #b9dcdd

#ddbab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbab9 Color CSS Codes

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

#ddbab9 Text Font Color

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

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


#ddbab9 Background Color

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

This div background color is #ddbab9


#ddbab9 Border Color

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

This div border color is #ddbab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbab9


Comments

No comments written yet.

Please login to write comment.