Color Hex Logo

#d9abba Color Hex

#D9ABBA
(217,171,186)
0 Favorites   0 Comments

Color spaces of #d9abba

RGB 217171186
HSL0.950.380.76
HSV340°21°85°
CMYK 0.000.210.14   0.15
XYZ52.041147.422752.8650
Yxy47.42270.34160.3113
Hunter Lab68.864114.38142.6897
CIE-Lab74.459319.1356-1.2284

#d9abba color RGB value is (217,171,186).

#d9abba hex color red value is 217, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d9abba hue: 0.95 , saturation: 0.38 and the lightness value of d9abba is 0.76.

The process color (four color CMYK) of #d9abba color hex is 0.00, 0.21, 0.14, 0.15. Web safe color of #d9abba is #cc99cc. Color #d9abba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101011 10111010
Octal 331 253 272
Decimal 217 171 186
Hex D9 AB BA

RGB Percentages of Color #d9abba

%37.80
%29.79
%32.40

CMYK Percentages of Color #d9abba

%0
%21
%14
%15

Triadic Colors of #d9abba

#d9abba #bad9ab #abbad9

Analogous Colors of #d9abba

#d9abba #d9b3ab #d9abd1

Monochromatic Colors of #d9abba

#d9abba

Complementary Color

#d9abba #abd9ca

#d9abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9abba Color CSS Codes

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

#d9abba Text Font Color

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

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


#d9abba Background Color

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

This div background color is #d9abba


#d9abba Border Color

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

This div border color is #d9abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9abba


Comments

No comments written yet.

Please login to write comment.