Color Hex Logo

#afb9ba Color Hex

#AFB9BA
(175,185,186)
1 Favorites   0 Comments

Color spaces of #afb9ba

RGB 175185186
HSL0.520.070.71
HSV185°73°
CMYK 0.060.010.00   0.27
XYZ43.891147.357153.2819
Yxy47.35710.30370.3277
Hunter Lab68.8165-6.58172.2656
CIE-Lab74.4176-3.2609-1.7125

#afb9ba color RGB value is (175,185,186).

#afb9ba hex color red value is 175, green value is 185 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afb9ba hue: 0.52 , saturation: 0.07 and the lightness value of afb9ba is 0.71.

The process color (four color CMYK) of #afb9ba color hex is 0.06, 0.01, 0.00, 0.27. Web safe color of #afb9ba is #99cccc. Color #afb9ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 10111010
Octal 257 271 272
Decimal 175 185 186
Hex AF B9 BA

RGB Percentages of Color #afb9ba

%32.05
%33.88
%34.07

CMYK Percentages of Color #afb9ba

%6
%1
%0
%27

Triadic Colors of #afb9ba

#afb9ba #baafb9 #b9baaf

Analogous Colors of #afb9ba

#afb9ba #afb4ba #afbab6

Monochromatic Colors of #afb9ba

#afb9ba

Complementary Color

#afb9ba #bab0af

#afb9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb9ba Color CSS Codes

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

#afb9ba Text Font Color

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

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


#afb9ba Background Color

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

This div background color is #afb9ba


#afb9ba Border Color

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

This div border color is #afb9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb9ba


Comments

No comments written yet.

Please login to write comment.