Color Hex Logo

#afb8bf Color Hex

#AFB8BF
(175,184,191)
0 Favorites   0 Comments

Color spaces of #afb8bf

RGB 175184191
HSL0.570.110.72
HSV206°75°
CMYK 0.080.040.00   0.25
XYZ44.223747.156556.0615
Yxy47.15650.29990.3198
Hunter Lab68.6706-5.2200-0.3339
CIE-Lab74.2898-1.7361-4.6273

#afb8bf color RGB value is (175,184,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 10111111
Octal 257 270 277
Decimal 175 184 191
Hex AF B8 BF

RGB Percentages of Color #afb8bf

%31.82
%33.45
%34.73

CMYK Percentages of Color #afb8bf

%8
%4
%0
%25

Triadic Colors of #afb8bf

#afb8bf #bfafb8 #b8bfaf

Analogous Colors of #afb8bf

#afb8bf #afb0bf #afbfbe

Monochromatic Colors of #afb8bf

#afb8bf

Complementary Color

#afb8bf #bfb6af

#afb8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb8bf Color CSS Codes

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

#afb8bf Text Font Color

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

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


#afb8bf Background Color

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

This div background color is #afb8bf


#afb8bf Border Color

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

This div border color is #afb8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb8bf


Comments

No comments written yet.

Please login to write comment.