Color Hex Logo

#8aafde Color Hex

#8AAFDE
(138,175,222)
0 Favorites   0 Comments

Color spaces of #8aafde

RGB 138175222
HSL0.590.560.71
HSV214°38°87°
CMYK 0.380.210.00   0.13
XYZ38.996041.337175.0308
Yxy41.33710.25100.2661
Hunter Lab64.2939-4.2493-24.1855
CIE-Lab70.4115-0.9303-27.6686

#8aafde color RGB value is (138,175,222).

#8aafde hex color red value is 138, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8aafde hue: 0.59 , saturation: 0.56 and the lightness value of 8aafde is 0.71.

The process color (four color CMYK) of #8aafde color hex is 0.38, 0.21, 0.00, 0.13. Web safe color of #8aafde is #9999cc. Color #8aafde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101111 11011110
Octal 212 257 336
Decimal 138 175 222
Hex 8A AF DE

RGB Percentages of Color #8aafde

%25.79
%32.71
%41.50

CMYK Percentages of Color #8aafde

%38
%21
%0
%13

Triadic Colors of #8aafde

#8aafde #de8aaf #afde8a

Analogous Colors of #8aafde

#8aafde #8f8ade #8ad9de

Monochromatic Colors of #8aafde

#8aafde

Complementary Color

#8aafde #deb98a

#8aafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aafde Color CSS Codes

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

#8aafde Text Font Color

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

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


#8aafde Background Color

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

This div background color is #8aafde


#8aafde Border Color

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

This div border color is #8aafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aafde


Comments

No comments written yet.

Please login to write comment.