Color Hex Logo

#8faeca Color Hex

#8FAECA
(143,174,202)
0 Favorites   0 Comments

Color spaces of #8faeca

RGB 143174202
HSL0.580.360.68
HSV208°29°79°
CMYK 0.290.140.00   0.21
XYZ37.124440.376061.7138
Yxy40.37600.26670.2900
Hunter Lab63.5421-6.9103-13.1046
CIE-Lab69.7365-4.0626-17.6935

#8faeca color RGB value is (143,174,202).

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

The process color (four color CMYK) of #8faeca color hex is 0.29, 0.14, 0.00, 0.21. Web safe color of #8faeca is #9999cc. Color #8faeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101110 11001010
Octal 217 256 312
Decimal 143 174 202
Hex 8F AE CA

RGB Percentages of Color #8faeca

%27.55
%33.53
%38.92

CMYK Percentages of Color #8faeca

%29
%14
%0
%21

Triadic Colors of #8faeca

#8faeca #ca8fae #aeca8f

Analogous Colors of #8faeca

#8faeca #8f91ca #8fcac9

Monochromatic Colors of #8faeca

#8faeca

Complementary Color

#8faeca #caab8f

#8faeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faeca Color CSS Codes

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

#8faeca Text Font Color

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

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


#8faeca Background Color

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

This div background color is #8faeca


#8faeca Border Color

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

This div border color is #8faeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faeca


Comments

No comments written yet.

Please login to write comment.