Color Hex Logo

#8fabbf Color Hex

#8FABBF
(143,171,191)
0 Favorites   0 Comments

Color spaces of #8fabbf

RGB 143171191
HSL0.570.270.65
HSV205°25°75°
CMYK 0.250.100.00   0.25
XYZ35.294638.727054.9051
Yxy38.72700.27380.3004
Hunter Lab62.2310-7.6672-8.7486
CIE-Lab68.5530-5.0678-13.4083

#8fabbf color RGB value is (143,171,191).

#8fabbf hex color red value is 143, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8fabbf hue: 0.57 , saturation: 0.27 and the lightness value of 8fabbf is 0.65.

The process color (four color CMYK) of #8fabbf color hex is 0.25, 0.10, 0.00, 0.25. Web safe color of #8fabbf is #9999cc. Color #8fabbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101011 10111111
Octal 217 253 277
Decimal 143 171 191
Hex 8F AB BF

RGB Percentages of Color #8fabbf

%28.32
%33.86
%37.82

CMYK Percentages of Color #8fabbf

%25
%10
%0
%25

Triadic Colors of #8fabbf

#8fabbf #bf8fab #abbf8f

Analogous Colors of #8fabbf

#8fabbf #8f93bf #8fbfbb

Monochromatic Colors of #8fabbf

#8fabbf

Complementary Color

#8fabbf #bfa38f

#8fabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fabbf Color CSS Codes

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

#8fabbf Text Font Color

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

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


#8fabbf Background Color

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

This div background color is #8fabbf


#8fabbf Border Color

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

This div border color is #8fabbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,171,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 #8fabbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fabbf

#8fabbf Color Palettes


Comments

No comments written yet.

Please login to write comment.