Color Hex Logo

#8faebd Color Hex

#8FAEBD
(143,174,189)
0 Favorites   0 Comments

Color spaces of #8faebd

RGB 143174189
HSL0.550.260.65
HSV200°24°74°
CMYK 0.240.080.00   0.26
XYZ35.649139.785953.9446
Yxy39.78590.27550.3075
Hunter Lab63.0761-9.4991-6.5534
CIE-Lab69.3168-7.1605-11.1578

#8faebd color RGB value is (143,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101110 10111101
Octal 217 256 275
Decimal 143 174 189
Hex 8F AE BD

RGB Percentages of Color #8faebd

%28.26
%34.39
%37.35

CMYK Percentages of Color #8faebd

%24
%8
%0
%26

Triadic Colors of #8faebd

#8faebd #bd8fae #aebd8f

Analogous Colors of #8faebd

#8faebd #8f97bd #8fbdb5

Monochromatic Colors of #8faebd

#8faebd

Complementary Color

#8faebd #bd9e8f

#8faebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faebd Color CSS Codes

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

#8faebd Text Font Color

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

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


#8faebd Background Color

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

This div background color is #8faebd


#8faebd Border Color

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

This div border color is #8faebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faebd


Comments

No comments written yet.

Please login to write comment.