Color Hex Logo

#8ababf Color Hex

#8ABABF
(138,186,191)
0 Favorites   0 Comments

Color spaces of #8ababf

RGB 138186191
HSL0.520.290.65
HSV186°28°75°
CMYK 0.280.030.00   0.25
XYZ37.444144.282755.8641
Yxy44.28270.27210.3218
Hunter Lab66.5452-16.0147-3.1917
CIE-Lab72.4170-14.5705-7.6677

#8ababf color RGB value is (138,186,191).

#8ababf hex color red value is 138, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8ababf hue: 0.52 , saturation: 0.29 and the lightness value of 8ababf is 0.65.

The process color (four color CMYK) of #8ababf color hex is 0.28, 0.03, 0.00, 0.25. Web safe color of #8ababf is #99cccc. Color #8ababf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111010 10111111
Octal 212 272 277
Decimal 138 186 191
Hex 8A BA BF

RGB Percentages of Color #8ababf

%26.80
%36.12
%37.09

CMYK Percentages of Color #8ababf

%28
%3
%0
%25

Triadic Colors of #8ababf

#8ababf #bf8aba #babf8a

Analogous Colors of #8ababf

#8ababf #8aa0bf #8abfaa

Monochromatic Colors of #8ababf

#8ababf

Complementary Color

#8ababf #bf8f8a

#8ababf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ababf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ababf Color CSS Codes

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

#8ababf Text Font Color

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

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


#8ababf Background Color

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

This div background color is #8ababf


#8ababf Border Color

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

This div border color is #8ababf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ababf


Comments

No comments written yet.

Please login to write comment.