Color Hex Logo

#8faaeb Color Hex

#8FAAEB
(143,170,235)
0 Favorites   0 Comments

Color spaces of #8faaeb

RGB 143170235
HSL0.620.700.74
HSV222°39°92°
CMYK 0.390.280.00   0.08
XYZ40.697840.587284.2864
Yxy40.58720.24580.2451
Hunter Lab63.70812.5397-33.8456
CIE-Lab69.88576.6636-35.5591

#8faaeb color RGB value is (143,170,235).

#8faaeb hex color red value is 143, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8faaeb hue: 0.62 , saturation: 0.70 and the lightness value of 8faaeb is 0.74.

The process color (four color CMYK) of #8faaeb color hex is 0.39, 0.28, 0.00, 0.08. Web safe color of #8faaeb is #9999ff. Color #8faaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101010 11101011
Octal 217 252 353
Decimal 143 170 235
Hex 8F AA EB

RGB Percentages of Color #8faaeb

%26.09
%31.02
%42.88

CMYK Percentages of Color #8faaeb

%39
%28
%0
%8

Triadic Colors of #8faaeb

#8faaeb #eb8faa #aaeb8f

Analogous Colors of #8faaeb

#8faaeb #a28feb #8fd8eb

Monochromatic Colors of #8faaeb

#8faaeb

Complementary Color

#8faaeb #ebd08f

#8faaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faaeb Color CSS Codes

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

#8faaeb Text Font Color

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

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


#8faaeb Background Color

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

This div background color is #8faaeb


#8faaeb Border Color

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

This div border color is #8faaeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,170,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8faaeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8faaeb;
  -webkit-box-shadow: 1px 1px 3px 2px #8faaeb;
  box-shadow:         1px 1px 3px 2px #8faaeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,170,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faaeb


Comments

No comments written yet.

Please login to write comment.