Color Hex Logo

#afb6bf Color Hex

#AFB6BF
(175,182,191)
0 Favorites   0 Comments

Color spaces of #afb6bf

RGB 175182191
HSL0.590.110.72
HSV214°75°
CMYK 0.080.050.00   0.25
XYZ43.811146.331455.9240
Yxy46.33140.29990.3172
Hunter Lab68.0672-4.2269-1.0657
CIE-Lab73.7601-0.6615-5.4094

#afb6bf color RGB value is (175,182,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 10111111
Octal 257 266 277
Decimal 175 182 191
Hex AF B6 BF

RGB Percentages of Color #afb6bf

%31.93
%33.21
%34.85

CMYK Percentages of Color #afb6bf

%8
%5
%0
%25

Triadic Colors of #afb6bf

#afb6bf #bfafb6 #b6bfaf

Analogous Colors of #afb6bf

#afb6bf #b0afbf #afbebf

Monochromatic Colors of #afb6bf

#afb6bf

Complementary Color

#afb6bf #bfb8af

#afb6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb6bf Color CSS Codes

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

#afb6bf Text Font Color

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

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


#afb6bf Background Color

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

This div background color is #afb6bf


#afb6bf Border Color

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

This div border color is #afb6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb6bf


Comments

No comments written yet.

Please login to write comment.