Color Hex Logo

#8fbabb Color Hex

#8FBABB
(143,186,187)
0 Favorites   0 Comments

Color spaces of #8fbabb

RGB 143186187
HSL0.500.240.65
HSV181°24°73°
CMYK 0.240.010.00   0.27
XYZ37.856244.545353.6166
Yxy44.54530.27830.3275
Hunter Lab66.7423-15.5538-0.9103
CIE-Lab72.5915-13.9826-5.1903

#8fbabb color RGB value is (143,186,187).

#8fbabb hex color red value is 143, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8fbabb hue: 0.50 , saturation: 0.24 and the lightness value of 8fbabb is 0.65.

The process color (four color CMYK) of #8fbabb color hex is 0.24, 0.01, 0.00, 0.27. Web safe color of #8fbabb is #99cccc. Color #8fbabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111010 10111011
Octal 217 272 273
Decimal 143 186 187
Hex 8F BA BB

RGB Percentages of Color #8fbabb

%27.71
%36.05
%36.24

CMYK Percentages of Color #8fbabb

%24
%1
%0
%27

Triadic Colors of #8fbabb

#8fbabb #bb8fba #babb8f

Analogous Colors of #8fbabb

#8fbabb #8fa4bb #8fbba6

Monochromatic Colors of #8fbabb

#8fbabb

Complementary Color

#8fbabb #bb908f

#8fbabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbabb Color CSS Codes

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

#8fbabb Text Font Color

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

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


#8fbabb Background Color

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

This div background color is #8fbabb


#8fbabb Border Color

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

This div border color is #8fbabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbabb


Comments

No comments written yet.

Please login to write comment.