Color Hex Logo

#d69aac Color Hex

#D69AAC
(214,154,172)
0 Favorites   0 Comments

Color spaces of #d69aac

RGB 214154172
HSL0.950.420.72
HSV342°28°84°
CMYK 0.000.280.20   0.16
XYZ46.733640.385944.3619
Yxy40.38590.35540.3072
Hunter Lab63.549920.05383.0967
CIE-Lab69.743525.0552-0.4341

#d69aac color RGB value is (214,154,172).

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

The process color (four color CMYK) of #d69aac color hex is 0.00, 0.28, 0.20, 0.16. Web safe color of #d69aac is #cc9999. Color #d69aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011010 10101100
Octal 326 232 254
Decimal 214 154 172
Hex D6 9A AC

RGB Percentages of Color #d69aac

%39.63
%28.52
%31.85

CMYK Percentages of Color #d69aac

%0
%28
%20
%16

Triadic Colors of #d69aac

#d69aac #acd69a #9aacd6

Analogous Colors of #d69aac

#d69aac #d6a69a #d69aca

Monochromatic Colors of #d69aac

#d69aac

Complementary Color

#d69aac #9ad6c4

#d69aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69aac Color CSS Codes

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

#d69aac Text Font Color

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

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


#d69aac Background Color

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

This div background color is #d69aac


#d69aac Border Color

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

This div border color is #d69aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69aac


Comments

No comments written yet.

Please login to write comment.