Color Hex Logo

#d99aac Color Hex

#D99AAC
(217,154,172)
0 Favorites   0 Comments

Color spaces of #d99aac

RGB 217154172
HSL0.950.450.73
HSV343°29°85°
CMYK 0.000.290.21   0.15
XYZ47.617340.841544.4032
Yxy40.84150.35840.3074
Hunter Lab63.907421.16233.5401
CIE-Lab70.064726.14250.0737

#d99aac color RGB value is (217,154,172).

#d99aac hex color red value is 217, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d99aac hue: 0.95 , saturation: 0.45 and the lightness value of d99aac is 0.73.

The process color (four color CMYK) of #d99aac color hex is 0.00, 0.29, 0.21, 0.15. Web safe color of #d99aac is #cc9999. Color #d99aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011010 10101100
Octal 331 232 254
Decimal 217 154 172
Hex D9 9A AC

RGB Percentages of Color #d99aac

%39.96
%28.36
%31.68

CMYK Percentages of Color #d99aac

%0
%29
%21
%15

Triadic Colors of #d99aac

#d99aac #acd99a #9aacd9

Analogous Colors of #d99aac

#d99aac #d9a89a #d99acc

Monochromatic Colors of #d99aac

#d99aac

Complementary Color

#d99aac #9ad9c7

#d99aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99aac Color CSS Codes

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

#d99aac Text Font Color

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

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


#d99aac Background Color

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

This div background color is #d99aac


#d99aac Border Color

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

This div border color is #d99aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99aac


Comments

No comments written yet.

Please login to write comment.