Color Hex Logo

#8aecfc Color Hex

#8AECFC
(138,236,252)
0 Favorites   0 Comments

Color spaces of #8aecfc

RGB 138236252
HSL0.520.950.76
HSV188°45°99°
CMYK 0.450.060.00   0.01
XYZ58.047472.4225103.0150
Yxy72.42250.24860.3102
Hunter Lab85.1014-27.1732-12.1994
CIE-Lab88.1716-24.8015-16.7345

#8aecfc color RGB value is (138,236,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101100 11111100
Octal 212 354 374
Decimal 138 236 252
Hex 8A EC FC

RGB Percentages of Color #8aecfc

%22.04
%37.70
%40.26

CMYK Percentages of Color #8aecfc

%45
%6
%0
%1

Triadic Colors of #8aecfc

#8aecfc #fc8aec #ecfc8a

Analogous Colors of #8aecfc

#8aecfc #8ab3fc #8afcd3

Monochromatic Colors of #8aecfc

#8aecfc

Complementary Color

#8aecfc #fc9a8a

#8aecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aecfc Color CSS Codes

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

#8aecfc Text Font Color

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

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


#8aecfc Background Color

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

This div background color is #8aecfc


#8aecfc Border Color

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

This div border color is #8aecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aecfc


Comments

No comments written yet.

Please login to write comment.