Color Hex Logo

#8fabaf Color Hex

#8FABAF
(143,171,175)
0 Favorites   0 Comments

Color spaces of #8fabaf

RGB 143171175
HSL0.520.170.62
HSV188°18°69°
CMYK 0.180.020.00   0.31
XYZ33.628538.060646.1315
Yxy38.06060.28540.3230
Hunter Lab61.6933-10.6643-1.1491
CIE-Lab68.0653-8.7116-5.2735

#8fabaf color RGB value is (143,171,175).

#8fabaf hex color red value is 143, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8fabaf hue: 0.52 , saturation: 0.17 and the lightness value of 8fabaf is 0.62.

The process color (four color CMYK) of #8fabaf color hex is 0.18, 0.02, 0.00, 0.31. Web safe color of #8fabaf is #999999. Color #8fabaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101011 10101111
Octal 217 253 257
Decimal 143 171 175
Hex 8F AB AF

RGB Percentages of Color #8fabaf

%29.24
%34.97
%35.79

CMYK Percentages of Color #8fabaf

%18
%2
%0
%31

Triadic Colors of #8fabaf

#8fabaf #af8fab #abaf8f

Analogous Colors of #8fabaf

#8fabaf #8f9baf #8fafa3

Monochromatic Colors of #8fabaf

#8fabaf

Complementary Color

#8fabaf #af938f

#8fabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fabaf Color CSS Codes

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

#8fabaf Text Font Color

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

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


#8fabaf Background Color

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

This div background color is #8fabaf


#8fabaf Border Color

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

This div border color is #8fabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fabaf


Comments

No comments written yet.

Please login to write comment.