Color Hex Logo

#d8afbd Color Hex

#D8AFBD
(216,175,189)
0 Favorites   0 Comments

Color spaces of #d8afbd

RGB 216175189
HSL0.940.340.77
HSV340°19°85°
CMYK 0.000.190.13   0.15
XYZ52.834248.933054.8045
Yxy48.93300.33740.3125
Hunter Lab69.952112.40322.5153
CIE-Lab75.409617.1070-1.4893

#d8afbd color RGB value is (216,175,189).

#d8afbd hex color red value is 216, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d8afbd hue: 0.94 , saturation: 0.34 and the lightness value of d8afbd is 0.77.

The process color (four color CMYK) of #d8afbd color hex is 0.00, 0.19, 0.13, 0.15. Web safe color of #d8afbd is #cc99cc. Color #d8afbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101111 10111101
Octal 330 257 275
Decimal 216 175 189
Hex D8 AF BD

RGB Percentages of Color #d8afbd

%37.24
%30.17
%32.59

CMYK Percentages of Color #d8afbd

%0
%19
%13
%15

Triadic Colors of #d8afbd

#d8afbd #bdd8af #afbdd8

Analogous Colors of #d8afbd

#d8afbd #d8b6af #d8afd2

Monochromatic Colors of #d8afbd

#d8afbd

Complementary Color

#d8afbd #afd8ca

#d8afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8afbd Color CSS Codes

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

#d8afbd Text Font Color

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

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


#d8afbd Background Color

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

This div background color is #d8afbd


#d8afbd Border Color

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

This div border color is #d8afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8afbd


Comments

No comments written yet.

Please login to write comment.