Color Hex Logo

#d9adbb Color Hex

#D9ADBB
(217,173,187)
0 Favorites   0 Comments

Color spaces of #d9adbb

RGB 217173187
HSL0.950.370.76
HSV341°20°85°
CMYK 0.000.200.14   0.15
XYZ52.528548.226753.5538
Yxy48.22670.34040.3125
Hunter Lab69.445413.48782.8895
CIE-Lab74.967718.2174-1.0317

#d9adbb color RGB value is (217,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101101 10111011
Octal 331 255 273
Decimal 217 173 187
Hex D9 AD BB

RGB Percentages of Color #d9adbb

%37.61
%29.98
%32.41

CMYK Percentages of Color #d9adbb

%0
%20
%14
%15

Triadic Colors of #d9adbb

#d9adbb #bbd9ad #adbbd9

Analogous Colors of #d9adbb

#d9adbb #d9b5ad #d9add1

Monochromatic Colors of #d9adbb

#d9adbb

Complementary Color

#d9adbb #add9cb

#d9adbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9adbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9adbb Color CSS Codes

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

#d9adbb Text Font Color

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

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


#d9adbb Background Color

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

This div background color is #d9adbb


#d9adbb Border Color

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

This div border color is #d9adbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9adbb


Comments

No comments written yet.

Please login to write comment.