Color Hex Logo

#8fabe0 Color Hex

#8FABE0
(143,171,224)
0 Favorites   0 Comments

Color spaces of #8fabe0

RGB 143171224
HSL0.610.570.72
HSV219°36°88°
CMYK 0.360.240.00   0.12
XYZ39.345140.347376.2351
Yxy40.34730.25230.2588
Hunter Lab63.5195-0.5932-26.6952
CIE-Lab69.71623.1719-29.8075

#8fabe0 color RGB value is (143,171,224).

#8fabe0 hex color red value is 143, green value is 171 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #8fabe0 hue: 0.61 , saturation: 0.57 and the lightness value of 8fabe0 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101011 11100000
Octal 217 253 340
Decimal 143 171 224
Hex 8F AB E0

RGB Percentages of Color #8fabe0

%26.58
%31.78
%41.64

CMYK Percentages of Color #8fabe0

%36
%24
%0
%12

Triadic Colors of #8fabe0

#8fabe0 #e08fab #abe08f

Analogous Colors of #8fabe0

#8fabe0 #9c8fe0 #8fd4e0

Monochromatic Colors of #8fabe0

#8fabe0

Complementary Color

#8fabe0 #e0c48f

#8fabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fabe0 Color CSS Codes

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

#8fabe0 Text Font Color

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

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


#8fabe0 Background Color

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

This div background color is #8fabe0


#8fabe0 Border Color

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

This div border color is #8fabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fabe0


Comments

No comments written yet.

Please login to write comment.