Color Hex Logo

#8baf8d Color Hex

#8BAF8D
(139,175,141)
0 Favorites   0 Comments

Color spaces of #8baf8d

RGB 139175141
HSL0.340.180.62
HSV123°21°69°
CMYK 0.210.000.19   0.31
XYZ30.785238.072030.9254
Yxy38.07200.30850.3815
Hunter Lab61.7025-18.920513.4755
CIE-Lab68.0736-19.009413.4881

#8baf8d color RGB value is (139,175,141).

#8baf8d hex color red value is 139, green value is 175 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8baf8d hue: 0.34 , saturation: 0.18 and the lightness value of 8baf8d is 0.62.

The process color (four color CMYK) of #8baf8d color hex is 0.21, 0.00, 0.19, 0.31. Web safe color of #8baf8d is #999999. Color #8baf8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101111 10001101
Octal 213 257 215
Decimal 139 175 141
Hex 8B AF 8D

RGB Percentages of Color #8baf8d

%30.55
%38.46
%30.99

CMYK Percentages of Color #8baf8d

%21
%0
%19
%31

Triadic Colors of #8baf8d

#8baf8d #8d8baf #af8d8b

Analogous Colors of #8baf8d

#8baf8d #8baf9f #9baf8b

Monochromatic Colors of #8baf8d

#8baf8d

Complementary Color

#8baf8d #af8bad

#8baf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baf8d Color CSS Codes

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

#8baf8d Text Font Color

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

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


#8baf8d Background Color

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

This div background color is #8baf8d


#8baf8d Border Color

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

This div border color is #8baf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baf8d


Comments

No comments written yet.

Please login to write comment.