Color Hex Logo

#8faede Color Hex

#8FAEDE
(143,174,222)
0 Favorites   0 Comments

Color spaces of #8faede

RGB 143174222
HSL0.600.540.72
HSV216°36°87°
CMYK 0.360.220.00   0.13
XYZ39.648641.385775.0058
Yxy41.38570.25410.2652
Hunter Lab64.3317-2.5683-24.0953
CIE-Lab70.44530.9849-27.5906

#8faede color RGB value is (143,174,222).

#8faede hex color red value is 143, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8faede hue: 0.60 , saturation: 0.54 and the lightness value of 8faede is 0.72.

The process color (four color CMYK) of #8faede color hex is 0.36, 0.22, 0.00, 0.13. Web safe color of #8faede is #9999cc. Color #8faede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101110 11011110
Octal 217 256 336
Decimal 143 174 222
Hex 8F AE DE

RGB Percentages of Color #8faede

%26.53
%32.28
%41.19

CMYK Percentages of Color #8faede

%36
%22
%0
%13

Triadic Colors of #8faede

#8faede #de8fae #aede8f

Analogous Colors of #8faede

#8faede #988fde #8fd6de

Monochromatic Colors of #8faede

#8faede

Complementary Color

#8faede #debf8f

#8faede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faede Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faede Color CSS Codes

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

#8faede Text Font Color

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

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


#8faede Background Color

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

This div background color is #8faede


#8faede Border Color

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

This div border color is #8faede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faede


Comments

No comments written yet.

Please login to write comment.