Color Hex Logo

#8fbaad Color Hex

#8FBAAD
(143,186,173)
0 Favorites   0 Comments

Color spaces of #8fbaad

RGB 143186173
HSL0.450.240.65
HSV162°23°73°
CMYK 0.230.000.07   0.27
XYZ36.429443.974646.1031
Yxy43.97460.28800.3476
Hunter Lab66.3133-17.98895.1991
CIE-Lab72.2115-17.02591.9061

#8fbaad color RGB value is (143,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111010 10101101
Octal 217 272 255
Decimal 143 186 173
Hex 8F BA AD

RGB Percentages of Color #8fbaad

%28.49
%37.05
%34.46

CMYK Percentages of Color #8fbaad

%23
%0
%7
%27

Triadic Colors of #8fbaad

#8fbaad #ad8fba #baad8f

Analogous Colors of #8fbaad

#8fbaad #8fb2ba #8fba98

Monochromatic Colors of #8fbaad

#8fbaad

Complementary Color

#8fbaad #ba8f9c

#8fbaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbaad Color CSS Codes

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

#8fbaad Text Font Color

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

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


#8fbaad Background Color

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

This div background color is #8fbaad


#8fbaad Border Color

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

This div border color is #8fbaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbaad


Comments

No comments written yet.

Please login to write comment.