Color Hex Logo

#d0acae Color Hex

#D0ACAE
(208,172,174)
0 Favorites   0 Comments

Color spaces of #d0acae

RGB 208172174
HSL0.990.280.75
HSV357°17°82°
CMYK 0.000.170.16   0.18
XYZ48.404945.970946.3665
Yxy45.97090.34390.3266
Hunter Lab67.80188.78106.9156
CIE-Lab73.526613.39793.8881

#d0acae color RGB value is (208,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101100 10101110
Octal 320 254 256
Decimal 208 172 174
Hex D0 AC AE

RGB Percentages of Color #d0acae

%37.55
%31.05
%31.41

CMYK Percentages of Color #d0acae

%0
%17
%16
%18

Triadic Colors of #d0acae

#d0acae #aed0ac #acaed0

Analogous Colors of #d0acae

#d0acae #d0bcac #d0acc0

Monochromatic Colors of #d0acae

#d0acae

Complementary Color

#d0acae #acd0ce

#d0acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0acae Color CSS Codes

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

#d0acae Text Font Color

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

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


#d0acae Background Color

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

This div background color is #d0acae


#d0acae Border Color

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

This div border color is #d0acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0acae


Comments

No comments written yet.

Please login to write comment.