Color Hex Logo

#8fb5af Color Hex

#8FB5AF
(143,181,175)
0 Favorites   0 Comments

Color spaces of #8fb5af

RGB 143181175
HSL0.470.200.64
HSV171°21°71°
CMYK 0.210.000.03   0.29
XYZ35.589441.982546.7851
Yxy41.98250.28620.3376
Hunter Lab64.7939-15.34452.5448
CIE-Lab70.8589-14.0088-1.1630

#8fb5af color RGB value is (143,181,175).

#8fb5af hex color red value is 143, green value is 181 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8fb5af hue: 0.47 , saturation: 0.20 and the lightness value of 8fb5af is 0.64.

The process color (four color CMYK) of #8fb5af color hex is 0.21, 0.00, 0.03, 0.29. Web safe color of #8fb5af is #99cc99. Color #8fb5af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110101 10101111
Octal 217 265 257
Decimal 143 181 175
Hex 8F B5 AF

RGB Percentages of Color #8fb5af

%28.66
%36.27
%35.07

CMYK Percentages of Color #8fb5af

%21
%0
%3
%29

Triadic Colors of #8fb5af

#8fb5af #af8fb5 #b5af8f

Analogous Colors of #8fb5af

#8fb5af #8fa8b5 #8fb59c

Monochromatic Colors of #8fb5af

#8fb5af

Complementary Color

#8fb5af #b58f95

#8fb5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb5af Color CSS Codes

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

#8fb5af Text Font Color

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

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


#8fb5af Background Color

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

This div background color is #8fb5af


#8fb5af Border Color

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

This div border color is #8fb5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb5af


Comments

No comments written yet.

Please login to write comment.