Color Hex Logo

#8beba1 Color Hex

#8BEBA1
(139,235,161)
0 Favorites   0 Comments

Color spaces of #8beba1

RGB 139235161
HSL0.370.710.73
HSV134°41°92°
CMYK 0.410.000.31   0.08
XYZ46.788867.478844.2769
Yxy67.47880.29510.4256
Hunter Lab82.1455-42.083725.5442
CIE-Lab85.7452-43.762227.2497

#8beba1 color RGB value is (139,235,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101011 10100001
Octal 213 353 241
Decimal 139 235 161
Hex 8B EB A1

RGB Percentages of Color #8beba1

%25.98
%43.93
%30.09

CMYK Percentages of Color #8beba1

%41
%0
%31
%8

Triadic Colors of #8beba1

#8beba1 #a18beb #eba18b

Analogous Colors of #8beba1

#8beba1 #8bebd1 #a5eb8b

Monochromatic Colors of #8beba1

#8beba1

Complementary Color

#8beba1 #eb8bd5

#8beba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beba1 Color CSS Codes

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

#8beba1 Text Font Color

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

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


#8beba1 Background Color

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

This div background color is #8beba1


#8beba1 Border Color

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

This div border color is #8beba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beba1


Comments

No comments written yet.

Please login to write comment.