Color Hex Logo

#8aafee Color Hex

#8AAFEE
(138,175,238)
0 Favorites   0 Comments

Color spaces of #8aafee

RGB 138175238
HSL0.610.750.74
HSV218°42°93°
CMYK 0.420.260.00   0.07
XYZ41.243842.236386.8676
Yxy42.23630.24210.2479
Hunter Lab64.9895-0.4514-33.7568
CIE-Lab71.03353.3940-35.4359

#8aafee color RGB value is (138,175,238).

#8aafee hex color red value is 138, green value is 175 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8aafee hue: 0.61 , saturation: 0.75 and the lightness value of 8aafee is 0.74.

The process color (four color CMYK) of #8aafee color hex is 0.42, 0.26, 0.00, 0.07. Web safe color of #8aafee is #9999ff. Color #8aafee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101111 11101110
Octal 212 257 356
Decimal 138 175 238
Hex 8A AF EE

RGB Percentages of Color #8aafee

%25.05
%31.76
%43.19

CMYK Percentages of Color #8aafee

%42
%26
%0
%7

Triadic Colors of #8aafee

#8aafee #ee8aaf #afee8a

Analogous Colors of #8aafee

#8aafee #978aee #8ae1ee

Monochromatic Colors of #8aafee

#8aafee

Complementary Color

#8aafee #eec98a

#8aafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aafee Color CSS Codes

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

#8aafee Text Font Color

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

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


#8aafee Background Color

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

This div background color is #8aafee


#8aafee Border Color

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

This div border color is #8aafee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aafee


Comments

No comments written yet.

Please login to write comment.