Color Hex Logo

#8aeafa Color Hex

#8AEAFA
(138,234,250)
0 Favorites   0 Comments

Color spaces of #8aeafa

RGB 138234250
HSL0.520.920.76
HSV189°45°98°
CMYK 0.450.060.00   0.02
XYZ57.159471.1510101.1634
Yxy71.15100.24910.3101
Hunter Lab84.3511-26.6561-12.0616
CIE-Lab87.5583-24.3326-16.6083

#8aeafa color RGB value is (138,234,250).

#8aeafa hex color red value is 138, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8aeafa hue: 0.52 , saturation: 0.92 and the lightness value of 8aeafa is 0.76.

The process color (four color CMYK) of #8aeafa color hex is 0.45, 0.06, 0.00, 0.02. Web safe color of #8aeafa is #99ffff. Color #8aeafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101010 11111010
Octal 212 352 372
Decimal 138 234 250
Hex 8A EA FA

RGB Percentages of Color #8aeafa

%22.19
%37.62
%40.19

CMYK Percentages of Color #8aeafa

%45
%6
%0
%2

Triadic Colors of #8aeafa

#8aeafa #fa8aea #eafa8a

Analogous Colors of #8aeafa

#8aeafa #8ab2fa #8afad2

Monochromatic Colors of #8aeafa

#8aeafa

Complementary Color

#8aeafa #fa9a8a

#8aeafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeafa Color CSS Codes

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

#8aeafa Text Font Color

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

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


#8aeafa Background Color

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

This div background color is #8aeafa


#8aeafa Border Color

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

This div border color is #8aeafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeafa


Comments

No comments written yet.

Please login to write comment.