Color Hex Logo

#8aedfd Color Hex

#8AEDFD
(138,237,253)
0 Favorites   0 Comments

Color spaces of #8aedfd

RGB 138237253
HSL0.520.970.77
HSV188°45°99°
CMYK 0.450.060.00   0.01
XYZ58.495073.0635103.9482
Yxy73.06350.24840.3102
Hunter Lab85.4772-27.4314-12.2681
CIE-Lab88.4780-25.0348-16.7972

#8aedfd color RGB value is (138,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11111101
Octal 212 355 375
Decimal 138 237 253
Hex 8A ED FD

RGB Percentages of Color #8aedfd

%21.97
%37.74
%40.29

CMYK Percentages of Color #8aedfd

%45
%6
%0
%1

Triadic Colors of #8aedfd

#8aedfd #fd8aed #edfd8a

Analogous Colors of #8aedfd

#8aedfd #8ab4fd #8afdd4

Monochromatic Colors of #8aedfd

#8aedfd

Complementary Color

#8aedfd #fd9a8a

#8aedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedfd Color CSS Codes

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

#8aedfd Text Font Color

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

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


#8aedfd Background Color

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

This div background color is #8aedfd


#8aedfd Border Color

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

This div border color is #8aedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedfd


Comments

No comments written yet.

Please login to write comment.