Color Hex Logo

#afb7bf Color Hex

#AFB7BF
(175,183,191)
0 Favorites   0 Comments

Color spaces of #afb7bf

RGB 175183191
HSL0.580.110.72
HSV210°75°
CMYK 0.080.040.00   0.25
XYZ44.016746.742555.9925
Yxy46.74250.29990.3185
Hunter Lab68.3685-4.7238-0.6994
CIE-Lab74.0248-1.1993-5.0184

#afb7bf color RGB value is (175,183,191).

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

The process color (four color CMYK) of #afb7bf color hex is 0.08, 0.04, 0.00, 0.25. Web safe color of #afb7bf is #99cccc. Color #afb7bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 10111111
Octal 257 267 277
Decimal 175 183 191
Hex AF B7 BF

RGB Percentages of Color #afb7bf

%31.88
%33.33
%34.79

CMYK Percentages of Color #afb7bf

%8
%4
%0
%25

Triadic Colors of #afb7bf

#afb7bf #bfafb7 #b7bfaf

Analogous Colors of #afb7bf

#afb7bf #afafbf #afbfbf

Monochromatic Colors of #afb7bf

#afb7bf

Complementary Color

#afb7bf #bfb7af

#afb7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb7bf Color CSS Codes

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

#afb7bf Text Font Color

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

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


#afb7bf Background Color

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

This div background color is #afb7bf


#afb7bf Border Color

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

This div border color is #afb7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb7bf


Comments

No comments written yet.

Please login to write comment.