Color Hex Logo

#8aebfc Color Hex

#8AEBFC
(138,235,252)
0 Favorites   0 Comments

Color spaces of #8aebfc

RGB 138235252
HSL0.520.950.76
HSV189°45°99°
CMYK 0.450.070.00   0.01
XYZ57.760371.8482102.9193
Yxy71.84820.24840.3090
Hunter Lab84.7633-26.7005-12.6554
CIE-Lab87.8955-24.3120-17.1497

#8aebfc color RGB value is (138,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101011 11111100
Octal 212 353 374
Decimal 138 235 252
Hex 8A EB FC

RGB Percentages of Color #8aebfc

%22.08
%37.60
%40.32

CMYK Percentages of Color #8aebfc

%45
%7
%0
%1

Triadic Colors of #8aebfc

#8aebfc #fc8aeb #ebfc8a

Analogous Colors of #8aebfc

#8aebfc #8ab2fc #8afcd4

Monochromatic Colors of #8aebfc

#8aebfc

Complementary Color

#8aebfc #fc9b8a

#8aebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aebfc Color CSS Codes

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

#8aebfc Text Font Color

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

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


#8aebfc Background Color

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

This div background color is #8aebfc


#8aebfc Border Color

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

This div border color is #8aebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aebfc

Related Colors

#8aebfc Color Palettes


Comments

No comments written yet.

Please login to write comment.