Color Hex Logo

#8bebce Color Hex

#8BEBCE
(139,235,206)
0 Favorites   0 Comments

Color spaces of #8bebce

RGB 139235206
HSL0.450.710.73
HSV162°41°92°
CMYK 0.410.000.12   0.08
XYZ51.496469.361969.0666
Yxy69.36190.27110.3652
Hunter Lab83.2838-35.37579.1299
CIE-Lab86.6829-34.98455.1962

#8bebce color RGB value is (139,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101011 11001110
Octal 213 353 316
Decimal 139 235 206
Hex 8B EB CE

RGB Percentages of Color #8bebce

%23.97
%40.52
%35.52

CMYK Percentages of Color #8bebce

%41
%0
%12
%8

Triadic Colors of #8bebce

#8bebce #ce8beb #ebce8b

Analogous Colors of #8bebce

#8bebce #8bd8eb #8beb9e

Monochromatic Colors of #8bebce

#8bebce

Complementary Color

#8bebce #eb8ba8

#8bebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bebce Color CSS Codes

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

#8bebce Text Font Color

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

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


#8bebce Background Color

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

This div background color is #8bebce


#8bebce Border Color

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

This div border color is #8bebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bebce


Comments

No comments written yet.

Please login to write comment.