Color Hex Logo

#8bebbe Color Hex

#8BEBBE
(139,235,190)
0 Favorites   0 Comments

Color spaces of #8bebbe

RGB 139235190
HSL0.420.710.73
HSV152°41°92°
CMYK 0.410.000.19   0.08
XYZ49.650168.623359.3440
Yxy68.62330.27950.3864
Hunter Lab82.8392-37.983715.5135
CIE-Lab86.3172-38.338713.0402

#8bebbe color RGB value is (139,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101011 10111110
Octal 213 353 276
Decimal 139 235 190
Hex 8B EB BE

RGB Percentages of Color #8bebbe

%24.65
%41.67
%33.69

CMYK Percentages of Color #8bebbe

%41
%0
%19
%8

Triadic Colors of #8bebbe

#8bebbe #be8beb #ebbe8b

Analogous Colors of #8bebbe

#8bebbe #8be8eb #8beb8e

Monochromatic Colors of #8bebbe

#8bebbe

Complementary Color

#8bebbe #eb8bb8

#8bebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bebbe Color CSS Codes

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

#8bebbe Text Font Color

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

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


#8bebbe Background Color

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

This div background color is #8bebbe


#8bebbe Border Color

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

This div border color is #8bebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bebbe


Comments

No comments written yet.

Please login to write comment.