Color Hex Logo

#8aeafc Color Hex

#8AEAFC
(138,234,252)
0 Favorites   0 Comments

Color spaces of #8aeafc

RGB 138234252
HSL0.530.950.76
HSV189°45°99°
CMYK 0.450.070.00   0.01
XYZ57.474771.2772102.8241
Yxy71.27720.24820.3078
Hunter Lab84.4258-26.2275-13.1125
CIE-Lab87.6195-23.8217-17.5649

#8aeafc color RGB value is (138,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101010 11111100
Octal 212 352 374
Decimal 138 234 252
Hex 8A EA FC

RGB Percentages of Color #8aeafc

%22.12
%37.50
%40.38

CMYK Percentages of Color #8aeafc

%45
%7
%0
%1

Triadic Colors of #8aeafc

#8aeafc #fc8aea #eafc8a

Analogous Colors of #8aeafc

#8aeafc #8ab1fc #8afcd5

Monochromatic Colors of #8aeafc

#8aeafc

Complementary Color

#8aeafc #fc9c8a

#8aeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeafc Color CSS Codes

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

#8aeafc Text Font Color

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

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


#8aeafc Background Color

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

This div background color is #8aeafc


#8aeafc Border Color

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

This div border color is #8aeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeafc

Related Colors


Comments

No comments written yet.

Please login to write comment.