Color Hex Logo

#8faabc Color Hex

#8FAABC
(143,170,188)
0 Favorites   0 Comments

Color spaces of #8faabc

RGB 143170188
HSL0.570.250.65
HSV204°24°74°
CMYK 0.240.100.00   0.26
XYZ34.779538.219953.1211
Yxy38.21990.27580.3030
Hunter Lab61.8222-7.7697-7.6697
CIE-Lab68.1824-5.2270-12.3042

#8faabc color RGB value is (143,170,188).

#8faabc hex color red value is 143, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8faabc hue: 0.57 , saturation: 0.25 and the lightness value of 8faabc is 0.65.

The process color (four color CMYK) of #8faabc color hex is 0.24, 0.10, 0.00, 0.26. Web safe color of #8faabc is #9999cc. Color #8faabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101010 10111100
Octal 217 252 274
Decimal 143 170 188
Hex 8F AA BC

RGB Percentages of Color #8faabc

%28.54
%33.93
%37.52

CMYK Percentages of Color #8faabc

%24
%10
%0
%26

Triadic Colors of #8faabc

#8faabc #bc8faa #aabc8f

Analogous Colors of #8faabc

#8faabc #8f94bc #8fbcb8

Monochromatic Colors of #8faabc

#8faabc

Complementary Color

#8faabc #bca18f

#8faabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faabc Color CSS Codes

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

#8faabc Text Font Color

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

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


#8faabc Background Color

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

This div background color is #8faabc


#8faabc Border Color

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

This div border color is #8faabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faabc


Comments

No comments written yet.

Please login to write comment.