Color Hex Logo

#8beb90 Color Hex

#8BEB90
(139,235,144)
0 Favorites   0 Comments

Color spaces of #8beb90

RGB 139235144
HSL0.340.710.73
HSV123°41°92°
CMYK 0.410.000.39   0.08
XYZ45.389866.919236.9100
Yxy66.91920.30420.4485
Hunter Lab81.8042-44.114930.5113
CIE-Lab85.4631-46.521235.4845

#8beb90 color RGB value is (139,235,144).

#8beb90 hex color red value is 139, green value is 235 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #8beb90 hue: 0.34 , saturation: 0.71 and the lightness value of 8beb90 is 0.73.

The process color (four color CMYK) of #8beb90 color hex is 0.41, 0.00, 0.39, 0.08. Web safe color of #8beb90 is #99ff99. Color #8beb90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101011 10010000
Octal 213 353 220
Decimal 139 235 144
Hex 8B EB 90

RGB Percentages of Color #8beb90

%26.83
%45.37
%27.80

CMYK Percentages of Color #8beb90

%41
%0
%39
%8

Triadic Colors of #8beb90

#8beb90 #908beb #eb908b

Analogous Colors of #8beb90

#8beb90 #8bebc0 #b6eb8b

Monochromatic Colors of #8beb90

#8beb90

Complementary Color

#8beb90 #eb8be6

#8beb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beb90 Color CSS Codes

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

#8beb90 Text Font Color

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

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


#8beb90 Background Color

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

This div background color is #8beb90


#8beb90 Border Color

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

This div border color is #8beb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beb90


Comments

No comments written yet.

Please login to write comment.