Color Hex Logo

#8bebbd Color Hex

#8BEBBD
(139,235,189)
0 Favorites   0 Comments

Color spaces of #8bebbd

RGB 139235189
HSL0.420.710.73
HSV151°41°92°
CMYK 0.410.000.20   0.08
XYZ49.541168.579858.7702
Yxy68.57980.28010.3877
Hunter Lab82.8129-38.138715.8925
CIE-Lab86.2955-38.540413.5312

#8bebbd color RGB value is (139,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101011 10111101
Octal 213 353 275
Decimal 139 235 189
Hex 8B EB BD

RGB Percentages of Color #8bebbd

%24.69
%41.74
%33.57

CMYK Percentages of Color #8bebbd

%41
%0
%20
%8

Triadic Colors of #8bebbd

#8bebbd #bd8beb #ebbd8b

Analogous Colors of #8bebbd

#8bebbd #8be9eb #8beb8d

Monochromatic Colors of #8bebbd

#8bebbd

Complementary Color

#8bebbd #eb8bb9

#8bebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bebbd Color CSS Codes

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

#8bebbd Text Font Color

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

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


#8bebbd Background Color

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

This div background color is #8bebbd


#8bebbd Border Color

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

This div border color is #8bebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bebbd


Comments

No comments written yet.

Please login to write comment.