Color Hex Logo

#d1acae Color Hex

#D1ACAE
(209,172,174)
0 Favorites   0 Comments

Color spaces of #d1acae

RGB 209172174
HSL0.990.290.75
HSV357°18°82°
CMYK 0.000.180.17   0.18
XYZ48.687046.116346.3797
Yxy46.11630.34490.3266
Hunter Lab67.90909.13397.0431
CIE-Lab73.620913.76574.0364

#d1acae color RGB value is (209,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101100 10101110
Octal 321 254 256
Decimal 209 172 174
Hex D1 AC AE

RGB Percentages of Color #d1acae

%37.66
%30.99
%31.35

CMYK Percentages of Color #d1acae

%0
%18
%17
%18

Triadic Colors of #d1acae

#d1acae #aed1ac #acaed1

Analogous Colors of #d1acae

#d1acae #d1bdac #d1acc1

Monochromatic Colors of #d1acae

#d1acae

Complementary Color

#d1acae #acd1cf

#d1acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1acae Color CSS Codes

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

#d1acae Text Font Color

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

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


#d1acae Background Color

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

This div background color is #d1acae


#d1acae Border Color

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

This div border color is #d1acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1acae


Comments

No comments written yet.

Please login to write comment.