Color Hex Logo

#8aafed Color Hex

#8AAFED
(138,175,237)
0 Favorites   0 Comments

Color spaces of #8aafed

RGB 138175237
HSL0.600.730.74
HSV218°42°93°
CMYK 0.420.260.00   0.07
XYZ41.097342.177686.0958
Yxy42.17760.24260.2490
Hunter Lab64.9443-0.6962-33.1390
CIE-Lab70.99323.1191-34.9545

#8aafed color RGB value is (138,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101111 11101101
Octal 212 257 355
Decimal 138 175 237
Hex 8A AF ED

RGB Percentages of Color #8aafed

%25.09
%31.82
%43.09

CMYK Percentages of Color #8aafed

%42
%26
%0
%7

Triadic Colors of #8aafed

#8aafed #ed8aaf #afed8a

Analogous Colors of #8aafed

#8aafed #978aed #8ae1ed

Monochromatic Colors of #8aafed

#8aafed

Complementary Color

#8aafed #edc88a

#8aafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aafed Color CSS Codes

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

#8aafed Text Font Color

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

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


#8aafed Background Color

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

This div background color is #8aafed


#8aafed Border Color

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

This div border color is #8aafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aafed


Comments

No comments written yet.

Please login to write comment.