Color Hex Logo

#8feafa Color Hex

#8FEAFA
(143,234,250)
0 Favorites   0 Comments

Color spaces of #8feafa

RGB 143234250
HSL0.520.910.77
HSV189°43°98°
CMYK 0.430.060.00   0.02
XYZ58.005871.5874101.2030
Yxy71.58740.25130.3102
Hunter Lab84.6093-25.6917-11.6915
CIE-Lab87.7696-23.1704-16.2695

#8feafa color RGB value is (143,234,250).

#8feafa hex color red value is 143, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8feafa hue: 0.52 , saturation: 0.91 and the lightness value of 8feafa is 0.77.

The process color (four color CMYK) of #8feafa color hex is 0.43, 0.06, 0.00, 0.02. Web safe color of #8feafa is #99ffff. Color #8feafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101010 11111010
Octal 217 352 372
Decimal 143 234 250
Hex 8F EA FA

RGB Percentages of Color #8feafa

%22.81
%37.32
%39.87

CMYK Percentages of Color #8feafa

%43
%6
%0
%2

Triadic Colors of #8feafa

#8feafa #fa8fea #eafa8f

Analogous Colors of #8feafa

#8feafa #8fb5fa #8ffad5

Monochromatic Colors of #8feafa

#8feafa

Complementary Color

#8feafa #fa9f8f

#8feafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8feafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8feafa Color CSS Codes

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

#8feafa Text Font Color

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

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


#8feafa Background Color

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

This div background color is #8feafa


#8feafa Border Color

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

This div border color is #8feafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8feafa


Comments

No comments written yet.

Please login to write comment.