Color Hex Logo

#8abeef Color Hex

#8ABEEF
(138,190,239)
0 Favorites   0 Comments

Color spaces of #8abeef

RGB 138190239
HSL0.580.760.74
HSV209°42°94°
CMYK 0.420.210.00   0.06
XYZ44.474748.462288.6714
Yxy48.46220.24490.2669
Hunter Lab69.6148-7.7879-26.7899
CIE-Lab75.1155-4.5637-29.6731

#8abeef color RGB value is (138,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111110 11101111
Octal 212 276 357
Decimal 138 190 239
Hex 8A BE EF

RGB Percentages of Color #8abeef

%24.34
%33.51
%42.15

CMYK Percentages of Color #8abeef

%42
%21
%0
%6

Triadic Colors of #8abeef

#8abeef #ef8abe #beef8a

Analogous Colors of #8abeef

#8abeef #8a8cef #8aefee

Monochromatic Colors of #8abeef

#8abeef

Complementary Color

#8abeef #efbb8a

#8abeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abeef Color CSS Codes

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

#8abeef Text Font Color

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

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


#8abeef Background Color

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

This div background color is #8abeef


#8abeef Border Color

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

This div border color is #8abeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abeef


Comments

No comments written yet.

Please login to write comment.