Color Hex Logo

#8abbef Color Hex

#8ABBEF
(138,187,239)
0 Favorites   0 Comments

Color spaces of #8abbef

RGB 138187239
HSL0.590.760.74
HSV211°42°94°
CMYK 0.420.220.00   0.06
XYZ43.831547.175988.4570
Yxy47.17590.24420.2629
Hunter Lab68.6847-6.2876-28.2785
CIE-Lab74.3021-2.9382-30.9249

#8abbef color RGB value is (138,187,239).

#8abbef hex color red value is 138, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8abbef hue: 0.59 , saturation: 0.76 and the lightness value of 8abbef is 0.74.

The process color (four color CMYK) of #8abbef color hex is 0.42, 0.22, 0.00, 0.06. Web safe color of #8abbef is #99ccff. Color #8abbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111011 11101111
Octal 212 273 357
Decimal 138 187 239
Hex 8A BB EF

RGB Percentages of Color #8abbef

%24.47
%33.16
%42.38

CMYK Percentages of Color #8abbef

%42
%22
%0
%6

Triadic Colors of #8abbef

#8abbef #ef8abb #bbef8a

Analogous Colors of #8abbef

#8abbef #8c8aef #8aeeef

Monochromatic Colors of #8abbef

#8abbef

Complementary Color

#8abbef #efbe8a

#8abbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abbef Color CSS Codes

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

#8abbef Text Font Color

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

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


#8abbef Background Color

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

This div background color is #8abbef


#8abbef Border Color

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

This div border color is #8abbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,187,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abbef


Comments

No comments written yet.

Please login to write comment.