Color Hex Logo

#8fabeb Color Hex

#8FABEB
(143,171,235)
0 Favorites   0 Comments

Color spaces of #8fabeb

RGB 143171235
HSL0.620.700.74
HSV222°39°92°
CMYK 0.390.270.00   0.08
XYZ40.886040.963684.3491
Yxy40.96360.24600.2465
Hunter Lab64.00282.0237-33.3361
CIE-Lab70.15046.1027-35.1483

#8fabeb color RGB value is (143,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101011 11101011
Octal 217 253 353
Decimal 143 171 235
Hex 8F AB EB

RGB Percentages of Color #8fabeb

%26.05
%31.15
%42.81

CMYK Percentages of Color #8fabeb

%39
%27
%0
%8

Triadic Colors of #8fabeb

#8fabeb #eb8fab #abeb8f

Analogous Colors of #8fabeb

#8fabeb #a18feb #8fd9eb

Monochromatic Colors of #8fabeb

#8fabeb

Complementary Color

#8fabeb #ebcf8f

#8fabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fabeb Color CSS Codes

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

#8fabeb Text Font Color

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

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


#8fabeb Background Color

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

This div background color is #8fabeb


#8fabeb Border Color

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

This div border color is #8fabeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,171,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 #8fabeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fabeb


Comments

No comments written yet.

Please login to write comment.