Color Hex Logo

#8fabca Color Hex

#8FABCA
(143,171,202)
0 Favorites   0 Comments

Color spaces of #8fabca

RGB 143171202
HSL0.590.360.68
HSV212°29°79°
CMYK 0.290.150.00   0.21
XYZ36.551339.229761.5228
Yxy39.22970.26620.2857
Hunter Lab62.6336-5.4410-14.3950
CIE-Lab68.9173-2.4222-18.9349

#8fabca color RGB value is (143,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101011 11001010
Octal 217 253 312
Decimal 143 171 202
Hex 8F AB CA

RGB Percentages of Color #8fabca

%27.71
%33.14
%39.15

CMYK Percentages of Color #8fabca

%29
%15
%0
%21

Triadic Colors of #8fabca

#8fabca #ca8fab #abca8f

Analogous Colors of #8fabca

#8fabca #918fca #8fc9ca

Monochromatic Colors of #8fabca

#8fabca

Complementary Color

#8fabca #caae8f

#8fabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fabca Color CSS Codes

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

#8fabca Text Font Color

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

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


#8fabca Background Color

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

This div background color is #8fabca


#8fabca Border Color

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

This div border color is #8fabca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,171,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 #8fabca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fabca


Comments

No comments written yet.

Please login to write comment.