Color Hex Logo

#8aaeff Color Hex

#8AAEFF
(138,174,255)
0 Favorites   0 Comments

Color spaces of #8aaeff

RGB 138174255
HSL0.621.000.77
HSV222°46°100°
CMYK 0.460.320.00   0.00
XYZ43.667342.8954100.5859
Yxy42.89540.23330.2292
Hunter Lab65.49464.3961-45.2108
CIE-Lab71.48398.7264-43.9507

#8aaeff color RGB value is (138,174,255).

#8aaeff hex color red value is 138, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8aaeff hue: 0.62 , saturation: 1.00 and the lightness value of 8aaeff is 0.77.

The process color (four color CMYK) of #8aaeff color hex is 0.46, 0.32, 0.00, 0.00. Web safe color of #8aaeff is #9999ff. Color #8aaeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101110 11111111
Octal 212 256 377
Decimal 138 174 255
Hex 8A AE FF

RGB Percentages of Color #8aaeff

%24.34
%30.69
%44.97

CMYK Percentages of Color #8aaeff

%46
%32
%0
%0

Triadic Colors of #8aaeff

#8aaeff #ff8aae #aeff8a

Analogous Colors of #8aaeff

#8aaeff #a18aff #8ae9ff

Monochromatic Colors of #8aaeff

#8aaeff

Complementary Color

#8aaeff #ffdb8a

#8aaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaeff Color CSS Codes

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

#8aaeff Text Font Color

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

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


#8aaeff Background Color

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

This div background color is #8aaeff


#8aaeff Border Color

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

This div border color is #8aaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaeff

Related Colors


Comments

No comments written yet.

Please login to write comment.