Color Hex Logo

#8bbe7b Color Hex

#8BBE7B
(139,190,123)
0 Favorites   0 Comments

Color spaces of #8bbe7b

RGB 139190123
HSL0.290.340.61
HSV106°35°75°
CMYK 0.270.000.35   0.25
XYZ32.636143.745925.4626
Yxy43.74590.32040.4295
Hunter Lab66.1407-27.668123.4732
CIE-Lab72.0583-29.436628.6057

#8bbe7b color RGB value is (139,190,123).

#8bbe7b hex color red value is 139, green value is 190 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #8bbe7b hue: 0.29 , saturation: 0.34 and the lightness value of 8bbe7b is 0.61.

The process color (four color CMYK) of #8bbe7b color hex is 0.27, 0.00, 0.35, 0.25. Web safe color of #8bbe7b is #99cc66. Color #8bbe7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111110 01111011
Octal 213 276 173
Decimal 139 190 123
Hex 8B BE 7B

RGB Percentages of Color #8bbe7b

%30.75
%42.04
%27.21

CMYK Percentages of Color #8bbe7b

%27
%0
%35
%25

Triadic Colors of #8bbe7b

#8bbe7b #7b8bbe #be7b8b

Analogous Colors of #8bbe7b

#8bbe7b #7bbe8d #adbe7b

Monochromatic Colors of #8bbe7b

#8bbe7b

Complementary Color

#8bbe7b #ae7bbe

#8bbe7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbe7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbe7b Color CSS Codes

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

#8bbe7b Text Font Color

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

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


#8bbe7b Background Color

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

This div background color is #8bbe7b


#8bbe7b Border Color

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

This div border color is #8bbe7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbe7b


Comments

No comments written yet.

Please login to write comment.