Color Hex Logo

#8facee Color Hex

#8FACEE
(143,172,238)
0 Favorites   0 Comments

Color spaces of #8facee

RGB 143172238
HSL0.620.740.75
HSV222°40°93°
CMYK 0.400.280.00   0.07
XYZ41.512841.517786.7147
Yxy41.51770.24460.2446
Hunter Lab64.43422.2416-34.6877
CIE-Lab70.53716.3549-36.1829

#8facee color RGB value is (143,172,238).

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

The process color (four color CMYK) of #8facee color hex is 0.40, 0.28, 0.00, 0.07. Web safe color of #8facee is #9999ff. Color #8facee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101100 11101110
Octal 217 254 356
Decimal 143 172 238
Hex 8F AC EE

RGB Percentages of Color #8facee

%25.86
%31.10
%43.04

CMYK Percentages of Color #8facee

%40
%28
%0
%7

Triadic Colors of #8facee

#8facee #ee8fac #acee8f

Analogous Colors of #8facee

#8facee #a28fee #8fdcee

Monochromatic Colors of #8facee

#8facee

Complementary Color

#8facee #eed18f

#8facee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8facee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8facee Color CSS Codes

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

#8facee Text Font Color

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

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


#8facee Background Color

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

This div background color is #8facee


#8facee Border Color

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

This div border color is #8facee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8facee


Comments

No comments written yet.

Please login to write comment.