Color Hex Logo

#8fabea Color Hex

#8FABEA
(143,171,234)
0 Favorites   0 Comments

Color spaces of #8fabea

RGB 143171234
HSL0.620.680.74
HSV222°39°92°
CMYK 0.390.270.00   0.08
XYZ40.741940.906083.5902
Yxy40.90600.24660.2476
Hunter Lab63.95781.7805-32.7191
CIE-Lab70.11005.8329-34.6654

#8fabea color RGB value is (143,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101011 11101010
Octal 217 253 352
Decimal 143 171 234
Hex 8F AB EA

RGB Percentages of Color #8fabea

%26.09
%31.20
%42.70

CMYK Percentages of Color #8fabea

%39
%27
%0
%8

Triadic Colors of #8fabea

#8fabea #ea8fab #abea8f

Analogous Colors of #8fabea

#8fabea #a18fea #8fd9ea

Monochromatic Colors of #8fabea

#8fabea

Complementary Color

#8fabea #eace8f

#8fabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fabea Color CSS Codes

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

#8fabea Text Font Color

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

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


#8fabea Background Color

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

This div background color is #8fabea


#8fabea Border Color

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

This div border color is #8fabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fabea


Comments

No comments written yet.

Please login to write comment.