Color Hex Logo

#afafbb Color Hex

#AFAFBB
(175,175,187)
0 Favorites   0 Comments

Color spaces of #afafbb

RGB 175175187
HSL0.670.080.71
HSV240°73°
CMYK 0.060.060.00   0.27
XYZ41.978843.361853.1708
Yxy43.36180.30310.3131
Hunter Lab65.8497-1.4442-1.7794
CIE-Lab71.79982.3263-6.1163

#afafbb color RGB value is (175,175,187).

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

The process color (four color CMYK) of #afafbb color hex is 0.06, 0.06, 0.00, 0.27. Web safe color of #afafbb is #9999cc. Color #afafbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 10111011
Octal 257 257 273
Decimal 175 175 187
Hex AF AF BB

RGB Percentages of Color #afafbb

%32.59
%32.59
%34.82

CMYK Percentages of Color #afafbb

%6
%6
%0
%27

Triadic Colors of #afafbb

#afafbb #bbafaf #afbbaf

Analogous Colors of #afafbb

#afafbb #b5afbb #afb5bb

Monochromatic Colors of #afafbb

#afafbb

Complementary Color

#afafbb #bbbbaf

#afafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafbb Color CSS Codes

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

#afafbb Text Font Color

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

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


#afafbb Background Color

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

This div background color is #afafbb


#afafbb Border Color

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

This div border color is #afafbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafbb


Comments

No comments written yet.

Please login to write comment.