Color Hex Logo

#8facea Color Hex

#8FACEA
(143,172,234)
0 Favorites   0 Comments

Color spaces of #8facea

RGB 143172234
HSL0.610.680.74
HSV221°39°92°
CMYK 0.390.260.00   0.08
XYZ40.931541.285283.6534
Yxy41.28520.24680.2489
Hunter Lab64.25361.2663-32.2137
CIE-Lab70.37535.2734-34.2542

#8facea color RGB value is (143,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101100 11101010
Octal 217 254 352
Decimal 143 172 234
Hex 8F AC EA

RGB Percentages of Color #8facea

%26.05
%31.33
%42.62

CMYK Percentages of Color #8facea

%39
%26
%0
%8

Triadic Colors of #8facea

#8facea #ea8fac #acea8f

Analogous Colors of #8facea

#8facea #a08fea #8fdaea

Monochromatic Colors of #8facea

#8facea

Complementary Color

#8facea #eacd8f

#8facea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8facea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8facea Color CSS Codes

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

#8facea Text Font Color

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

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


#8facea Background Color

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

This div background color is #8facea


#8facea Border Color

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

This div border color is #8facea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8facea


Comments

No comments written yet.

Please login to write comment.