Color Hex Logo

#8abaef Color Hex

#8ABAEF
(138,186,239)
0 Favorites   0 Comments

Color spaces of #8abaef

RGB 138186239
HSL0.590.760.74
HSV211°42°94°
CMYK 0.420.220.00   0.06
XYZ43.620146.753188.3866
Yxy46.75310.24400.2615
Hunter Lab68.3762-5.7857-28.7779
CIE-Lab74.0316-2.3939-31.3419

#8abaef color RGB value is (138,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111010 11101111
Octal 212 272 357
Decimal 138 186 239
Hex 8A BA EF

RGB Percentages of Color #8abaef

%24.51
%33.04
%42.45

CMYK Percentages of Color #8abaef

%42
%22
%0
%6

Triadic Colors of #8abaef

#8abaef #ef8aba #baef8a

Analogous Colors of #8abaef

#8abaef #8d8aef #8aedef

Monochromatic Colors of #8abaef

#8abaef

Complementary Color

#8abaef #efbf8a

#8abaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abaef Color CSS Codes

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

#8abaef Text Font Color

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

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


#8abaef Background Color

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

This div background color is #8abaef


#8abaef Border Color

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

This div border color is #8abaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abaef


Comments

No comments written yet.

Please login to write comment.