Color Hex Logo

#afafbd Color Hex

#AFAFBD
(175,175,189)
0 Favorites   0 Comments

Color spaces of #afafbd

RGB 175175189
HSL0.670.100.71
HSV240°74°
CMYK 0.070.070.00   0.26
XYZ42.194543.448054.3065
Yxy43.44800.30150.3105
Hunter Lab65.9151-1.0875-2.7076
CIE-Lab71.85802.7268-7.1295

#afafbd color RGB value is (175,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 10111101
Octal 257 257 275
Decimal 175 175 189
Hex AF AF BD

RGB Percentages of Color #afafbd

%32.47
%32.47
%35.06

CMYK Percentages of Color #afafbd

%7
%7
%0
%26

Triadic Colors of #afafbd

#afafbd #bdafaf #afbdaf

Analogous Colors of #afafbd

#afafbd #b6afbd #afb6bd

Monochromatic Colors of #afafbd

#afafbd

Complementary Color

#afafbd #bdbdaf

#afafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafbd Color CSS Codes

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

#afafbd Text Font Color

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

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


#afafbd Background Color

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

This div background color is #afafbd


#afafbd Border Color

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

This div border color is #afafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafbd


Comments

No comments written yet.

Please login to write comment.