Color Hex Logo

#8faeea Color Hex

#8FAEEA
(143,174,234)
0 Favorites   0 Comments

Color spaces of #8faeea

RGB 143174234
HSL0.610.680.74
HSV220°39°92°
CMYK 0.390.260.00   0.08
XYZ41.315042.052383.7813
Yxy42.05230.24720.2516
Hunter Lab64.84770.2402-31.2074
CIE-Lab70.90704.1573-33.4308

#8faeea color RGB value is (143,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101110 11101010
Octal 217 256 352
Decimal 143 174 234
Hex 8F AE EA

RGB Percentages of Color #8faeea

%25.95
%31.58
%42.47

CMYK Percentages of Color #8faeea

%39
%26
%0
%8

Triadic Colors of #8faeea

#8faeea #ea8fae #aeea8f

Analogous Colors of #8faeea

#8faeea #9e8fea #8fdcea

Monochromatic Colors of #8faeea

#8faeea

Complementary Color

#8faeea #eacb8f

#8faeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faeea Color CSS Codes

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

#8faeea Text Font Color

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

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


#8faeea Background Color

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

This div background color is #8faeea


#8faeea Border Color

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

This div border color is #8faeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faeea


Comments

No comments written yet.

Please login to write comment.