Color Hex Logo

#d0abaa Color Hex

#D0ABAA
(208,171,170)
0 Favorites   0 Comments

Color spaces of #d0abaa

RGB 208171170
HSL0.000.290.74
HSV18°82°
CMYK 0.000.180.18   0.18
XYZ47.831045.438044.2797
Yxy45.43800.34770.3303
Hunter Lab67.40778.69618.2382
CIE-Lab73.179413.31055.5814

#d0abaa color RGB value is (208,171,170).

#d0abaa hex color red value is 208, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d0abaa hue: 0.00 , saturation: 0.29 and the lightness value of d0abaa is 0.74.

The process color (four color CMYK) of #d0abaa color hex is 0.00, 0.18, 0.18, 0.18. Web safe color of #d0abaa is #cc9999. Color #d0abaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101011 10101010
Octal 320 253 252
Decimal 208 171 170
Hex D0 AB AA

RGB Percentages of Color #d0abaa

%37.89
%31.15
%30.97

CMYK Percentages of Color #d0abaa

%0
%18
%18
%18

Triadic Colors of #d0abaa

#d0abaa #aad0ab #abaad0

Analogous Colors of #d0abaa

#d0abaa #d0beaa #d0aabc

Monochromatic Colors of #d0abaa

#d0abaa

Complementary Color

#d0abaa #aacfd0

#d0abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0abaa Color CSS Codes

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

#d0abaa Text Font Color

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

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


#d0abaa Background Color

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

This div background color is #d0abaa


#d0abaa Border Color

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

This div border color is #d0abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0abaa


Comments

No comments written yet.

Please login to write comment.