Color Hex Logo

#d1aead Color Hex

#D1AEAD
(209,174,173)
0 Favorites   0 Comments

Color spaces of #d1aead

RGB 209174173
HSL0.000.280.75
HSV17°82°
CMYK 0.000.170.17   0.18
XYZ48.973446.844545.9959
Yxy46.84450.34530.3303
Hunter Lab68.44307.94778.0654
CIE-Lab74.090212.52595.2617

#d1aead color RGB value is (209,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101110 10101101
Octal 321 256 255
Decimal 209 174 173
Hex D1 AE AD

RGB Percentages of Color #d1aead

%37.59
%31.29
%31.12

CMYK Percentages of Color #d1aead

%0
%17
%17
%18

Triadic Colors of #d1aead

#d1aead #add1ae #aeadd1

Analogous Colors of #d1aead

#d1aead #d1c0ad #d1adbe

Monochromatic Colors of #d1aead

#d1aead

Complementary Color

#d1aead #add0d1

#d1aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aead Color CSS Codes

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

#d1aead Text Font Color

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

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


#d1aead Background Color

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

This div background color is #d1aead


#d1aead Border Color

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

This div border color is #d1aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aead


Comments

No comments written yet.

Please login to write comment.