color codes Logo

#d9adaf color codes

#D9ADAF
(217,173,175)
0 Favorites   0 Comments

Color spaces of #d9adaf

RGB 217173175
HSL0.990.370.76
HSV357°20°85°
CMYK 0.000.200.19   0.15
XYZ51.296747.734047.0674
Yxy47.73400.35110.3267
Hunter Lab69.089811.62277.9716
CIE-Lab74.656816.32455.0823

#d9adaf color RGB value is (217,173,175).

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

The process color (four color CMYK) of #d9adaf color code is 0.00, 0.20, 0.19, 0.15. Web safe color of #d9adaf is #cc9999. Color #d9adaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101101 10101111
Octal 331 255 257
Decimal 217 173 175
Hex D9 AD AF

RGB Percentages of Color #d9adaf

%38.41
%30.62
%30.97

CMYK Percentages of Color #d9adaf

%0
%20
%19
%15

Triadic Colors of #d9adaf

#d9adaf #afd9ad #adafd9

Analogous Colors of #d9adaf

#d9adaf #d9c1ad #d9adc5

Monochromatic Colors of #d9adaf

#d9adaf

Complementary Color

#d9adaf #add9d7

#d9adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9adaf Color CSS Codes

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

#d9adaf Text Font Color

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

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


#d9adaf Background Color

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

This div background color is #d9adaf


#d9adaf Border Color

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

This div border color is #d9adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9adaf


Comments

No comments written yet.

Please login to write comment.