Color Hex Logo

#afafbf Color Hex

#AFAFBF
(175,175,191)
0 Favorites   0 Comments

Color spaces of #afafbf

RGB 175175191
HSL0.670.110.72
HSV240°75°
CMYK 0.080.080.00   0.25
XYZ42.413143.535555.4580
Yxy43.53550.29990.3079
Hunter Lab65.9814-0.7271-3.6468
CIE-Lab71.91693.1303-8.1411

#afafbf color RGB value is (175,175,191).

#afafbf hex color red value is 175, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #afafbf hue: 0.67 , saturation: 0.11 and the lightness value of afafbf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 10111111
Octal 257 257 277
Decimal 175 175 191
Hex AF AF BF

RGB Percentages of Color #afafbf

%32.35
%32.35
%35.30

CMYK Percentages of Color #afafbf

%8
%8
%0
%25

Triadic Colors of #afafbf

#afafbf #bfafaf #afbfaf

Analogous Colors of #afafbf

#afafbf #b7afbf #afb7bf

Monochromatic Colors of #afafbf

#afafbf

Complementary Color

#afafbf #bfbfaf

#afafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafbf Color CSS Codes

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

#afafbf Text Font Color

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

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


#afafbf Background Color

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

This div background color is #afafbf


#afafbf Border Color

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

This div border color is #afafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafbf

#afafbf Color Palettes


Comments

No comments written yet.

Please login to write comment.