Color Hex Logo

#8aafe9 Color Hex

#8AAFE9
(138,175,233)
0 Favorites   0 Comments

Color spaces of #8aafe9

RGB 138175233
HSL0.600.680.73
HSV217°41°91°
CMYK 0.410.250.00   0.09
XYZ40.519241.946483.0517
Yxy41.94640.24480.2534
Hunter Lab64.7660-1.6667-30.6934
CIE-Lab70.83392.0243-33.0231

#8aafe9 color RGB value is (138,175,233).

#8aafe9 hex color red value is 138, green value is 175 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #8aafe9 hue: 0.60 , saturation: 0.68 and the lightness value of 8aafe9 is 0.73.

The process color (four color CMYK) of #8aafe9 color hex is 0.41, 0.25, 0.00, 0.09. Web safe color of #8aafe9 is #9999ff. Color #8aafe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101111 11101001
Octal 212 257 351
Decimal 138 175 233
Hex 8A AF E9

RGB Percentages of Color #8aafe9

%25.27
%32.05
%42.67

CMYK Percentages of Color #8aafe9

%41
%25
%0
%9

Triadic Colors of #8aafe9

#8aafe9 #e98aaf #afe98a

Analogous Colors of #8aafe9

#8aafe9 #958ae9 #8adfe9

Monochromatic Colors of #8aafe9

#8aafe9

Complementary Color

#8aafe9 #e9c48a

#8aafe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aafe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aafe9 Color CSS Codes

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

#8aafe9 Text Font Color

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

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


#8aafe9 Background Color

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

This div background color is #8aafe9


#8aafe9 Border Color

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

This div border color is #8aafe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aafe9


Comments

No comments written yet.

Please login to write comment.