Color Hex Logo

#d0acba Color Hex

#D0ACBA
(208,172,186)
0 Favorites   0 Comments

Color spaces of #d0acba

RGB 208172186
HSL0.940.280.75
HSV337°17°82°
CMYK 0.000.170.11   0.18
XYZ49.627946.460152.8064
Yxy46.46010.33330.3120
Hunter Lab68.161610.68141.7798
CIE-Lab73.843115.3688-2.2328

#d0acba color RGB value is (208,172,186).

#d0acba hex color red value is 208, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d0acba hue: 0.94 , saturation: 0.28 and the lightness value of d0acba is 0.75.

The process color (four color CMYK) of #d0acba color hex is 0.00, 0.17, 0.11, 0.18. Web safe color of #d0acba is #cc99cc. Color #d0acba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101100 10111010
Octal 320 254 272
Decimal 208 172 186
Hex D0 AC BA

RGB Percentages of Color #d0acba

%36.75
%30.39
%32.86

CMYK Percentages of Color #d0acba

%0
%17
%11
%18

Triadic Colors of #d0acba

#d0acba #bad0ac #acbad0

Analogous Colors of #d0acba

#d0acba #d0b0ac #d0accc

Monochromatic Colors of #d0acba

#d0acba

Complementary Color

#d0acba #acd0c2

#d0acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0acba Color CSS Codes

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

#d0acba Text Font Color

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

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


#d0acba Background Color

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

This div background color is #d0acba


#d0acba Border Color

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

This div border color is #d0acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0acba

#d0acba Color Palettes


Comments

No comments written yet.

Please login to write comment.