Color Hex Logo

#8faccb Color Hex

#8FACCB
(143,172,203)
0 Favorites   0 Comments

Color spaces of #8faccb

RGB 143172203
HSL0.590.370.68
HSV211°30°80°
CMYK 0.300.150.00   0.20
XYZ36.859739.656562.2117
Yxy39.65650.26570.2859
Hunter Lab62.9734-5.7235-14.4915
CIE-Lab69.2242-2.7250-19.0207

#8faccb color RGB value is (143,172,203).

#8faccb hex color red value is 143, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8faccb hue: 0.59 , saturation: 0.37 and the lightness value of 8faccb is 0.68.

The process color (four color CMYK) of #8faccb color hex is 0.30, 0.15, 0.00, 0.20. Web safe color of #8faccb is #9999cc. Color #8faccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101100 11001011
Octal 217 254 313
Decimal 143 172 203
Hex 8F AC CB

RGB Percentages of Color #8faccb

%27.61
%33.20
%39.19

CMYK Percentages of Color #8faccb

%30
%15
%0
%20

Triadic Colors of #8faccb

#8faccb #cb8fac #accb8f

Analogous Colors of #8faccb

#8faccb #908fcb #8fcacb

Monochromatic Colors of #8faccb

#8faccb

Complementary Color

#8faccb #cbae8f

#8faccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faccb Color CSS Codes

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

#8faccb Text Font Color

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

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


#8faccb Background Color

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

This div background color is #8faccb


#8faccb Border Color

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

This div border color is #8faccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faccb


Comments

No comments written yet.

Please login to write comment.