Color Hex Logo

#8faebc Color Hex

#8FAEBC
(143,174,188)
0 Favorites   0 Comments

Color spaces of #8faebc

RGB 143174188
HSL0.550.250.65
HSV199°24°74°
CMYK 0.240.070.00   0.26
XYZ35.540839.742653.3748
Yxy39.74260.27620.3089
Hunter Lab63.0417-9.6908-6.0692
CIE-Lab69.2858-7.3925-10.6520

#8faebc color RGB value is (143,174,188).

#8faebc hex color red value is 143, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8faebc hue: 0.55 , saturation: 0.25 and the lightness value of 8faebc is 0.65.

The process color (four color CMYK) of #8faebc color hex is 0.24, 0.07, 0.00, 0.26. Web safe color of #8faebc is #9999cc. Color #8faebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101110 10111100
Octal 217 256 274
Decimal 143 174 188
Hex 8F AE BC

RGB Percentages of Color #8faebc

%28.32
%34.46
%37.23

CMYK Percentages of Color #8faebc

%24
%7
%0
%26

Triadic Colors of #8faebc

#8faebc #bc8fae #aebc8f

Analogous Colors of #8faebc

#8faebc #8f98bc #8fbcb4

Monochromatic Colors of #8faebc

#8faebc

Complementary Color

#8faebc #bc9d8f

#8faebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faebc Color CSS Codes

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

#8faebc Text Font Color

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

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


#8faebc Background Color

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

This div background color is #8faebc


#8faebc Border Color

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

This div border color is #8faebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faebc


Comments

No comments written yet.

Please login to write comment.