Color Hex Logo

#8aadfa Color Hex

#8AADFA
(138,173,250)
0 Favorites   0 Comments

Color spaces of #8aadfa

RGB 138173250
HSL0.610.920.76
HSV221°45°98°
CMYK 0.450.310.00   0.02
XYZ42.680142.192596.3370
Yxy42.19250.23550.2328
Hunter Lab64.95583.6134-42.4650
CIE-Lab71.00347.8678-41.9969

#8aadfa color RGB value is (138,173,250).

#8aadfa hex color red value is 138, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8aadfa hue: 0.61 , saturation: 0.92 and the lightness value of 8aadfa is 0.76.

The process color (four color CMYK) of #8aadfa color hex is 0.45, 0.31, 0.00, 0.02. Web safe color of #8aadfa is #9999ff. Color #8aadfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101101 11111010
Octal 212 255 372
Decimal 138 173 250
Hex 8A AD FA

RGB Percentages of Color #8aadfa

%24.60
%30.84
%44.56

CMYK Percentages of Color #8aadfa

%45
%31
%0
%2

Triadic Colors of #8aadfa

#8aadfa #fa8aad #adfa8a

Analogous Colors of #8aadfa

#8aadfa #9f8afa #8ae5fa

Monochromatic Colors of #8aadfa

#8aadfa

Complementary Color

#8aadfa #fad78a

#8aadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aadfa Color CSS Codes

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

#8aadfa Text Font Color

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

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


#8aadfa Background Color

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

This div background color is #8aadfa


#8aadfa Border Color

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

This div border color is #8aadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aadfa


Comments

No comments written yet.

Please login to write comment.