Color Hex Logo

#8bebab Color Hex

#8BEBAB
(139,235,171)
0 Favorites   0 Comments

Color spaces of #8bebab

RGB 139235171
HSL0.390.710.73
HSV140°41°92°
CMYK 0.410.000.27   0.08
XYZ47.706567.845949.1093
Yxy67.84590.28970.4120
Hunter Lab82.3686-40.760922.3085
CIE-Lab85.9293-41.991622.3617

#8bebab color RGB value is (139,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101011 10101011
Octal 213 353 253
Decimal 139 235 171
Hex 8B EB AB

RGB Percentages of Color #8bebab

%25.50
%43.12
%31.38

CMYK Percentages of Color #8bebab

%41
%0
%27
%8

Triadic Colors of #8bebab

#8bebab #ab8beb #ebab8b

Analogous Colors of #8bebab

#8bebab #8bebdb #9beb8b

Monochromatic Colors of #8bebab

#8bebab

Complementary Color

#8bebab #eb8bcb

#8bebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bebab Color CSS Codes

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

#8bebab Text Font Color

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

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


#8bebab Background Color

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

This div background color is #8bebab


#8bebab Border Color

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

This div border color is #8bebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bebab


Comments

No comments written yet.

Please login to write comment.