Color Hex Logo

#afadbd Color Hex

#AFADBD
(175,173,189)
0 Favorites   0 Comments

Color spaces of #afadbd

RGB 175173189
HSL0.690.110.71
HSV248°74°
CMYK 0.070.080.00   0.26
XYZ41.808142.675254.1777
Yxy42.67520.30150.3078
Hunter Lab65.3263-0.0829-3.4432
CIE-Lab71.33403.8176-7.9075

#afadbd color RGB value is (175,173,189).

#afadbd hex color red value is 175, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afadbd hue: 0.69 , saturation: 0.11 and the lightness value of afadbd is 0.71.

The process color (four color CMYK) of #afadbd color hex is 0.07, 0.08, 0.00, 0.26. Web safe color of #afadbd is #9999cc. Color #afadbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 10111101
Octal 257 255 275
Decimal 175 173 189
Hex AF AD BD

RGB Percentages of Color #afadbd

%32.59
%32.22
%35.20

CMYK Percentages of Color #afadbd

%7
%8
%0
%26

Triadic Colors of #afadbd

#afadbd #bdafad #adbdaf

Analogous Colors of #afadbd

#afadbd #b7adbd #adb3bd

Monochromatic Colors of #afadbd

#afadbd

Complementary Color

#afadbd #bbbdad

#afadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadbd Color CSS Codes

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

#afadbd Text Font Color

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

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


#afadbd Background Color

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

This div background color is #afadbd


#afadbd Border Color

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

This div border color is #afadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadbd


Comments

No comments written yet.

Please login to write comment.