Color Hex Logo

#8aeafd Color Hex

#8AEAFD
(138,234,253)
0 Favorites   0 Comments

Color spaces of #8aeafd

RGB 138234253
HSL0.530.970.77
HSV190°45°99°
CMYK 0.450.080.00   0.01
XYZ57.633771.3408103.6610
Yxy71.34080.24770.3067
Hunter Lab84.4635-26.0115-13.6415
CIE-Lab87.6503-23.5650-18.0427

#8aeafd color RGB value is (138,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101010 11111101
Octal 212 352 375
Decimal 138 234 253
Hex 8A EA FD

RGB Percentages of Color #8aeafd

%22.08
%37.44
%40.48

CMYK Percentages of Color #8aeafd

%45
%8
%0
%1

Triadic Colors of #8aeafd

#8aeafd #fd8aea #eafd8a

Analogous Colors of #8aeafd

#8aeafd #8ab1fd #8afdd7

Monochromatic Colors of #8aeafd

#8aeafd

Complementary Color

#8aeafd #fd9d8a

#8aeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeafd Color CSS Codes

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

#8aeafd Text Font Color

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

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


#8aeafd Background Color

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

This div background color is #8aeafd


#8aeafd Border Color

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

This div border color is #8aeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeafd


Comments

No comments written yet.

Please login to write comment.