Color Hex Logo

#8fbaab Color Hex

#8FBAAB
(143,186,171)
0 Favorites   0 Comments

Color spaces of #8fbaab

RGB 143186171
HSL0.440.240.65
HSV159°23°73°
CMYK 0.230.000.08   0.27
XYZ36.237343.897745.0913
Yxy43.89770.28940.3505
Hunter Lab66.2553-18.31916.0278
CIE-Lab72.1601-17.44372.9242

#8fbaab color RGB value is (143,186,171).

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

The process color (four color CMYK) of #8fbaab color hex is 0.23, 0.00, 0.08, 0.27. Web safe color of #8fbaab is #99cc99. Color #8fbaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111010 10101011
Octal 217 272 253
Decimal 143 186 171
Hex 8F BA AB

RGB Percentages of Color #8fbaab

%28.60
%37.20
%34.20

CMYK Percentages of Color #8fbaab

%23
%0
%8
%27

Triadic Colors of #8fbaab

#8fbaab #ab8fba #baab8f

Analogous Colors of #8fbaab

#8fbaab #8fb4ba #8fba96

Monochromatic Colors of #8fbaab

#8fbaab

Complementary Color

#8fbaab #ba8f9e

#8fbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbaab Color CSS Codes

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

#8fbaab Text Font Color

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

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


#8fbaab Background Color

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

This div background color is #8fbaab


#8fbaab Border Color

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

This div border color is #8fbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbaab


Comments

No comments written yet.

Please login to write comment.