Color Hex Logo

#8bebcb Color Hex

#8BEBCB
(139,235,203)
0 Favorites   0 Comments

Color spaces of #8bebcb

RGB 139235203
HSL0.440.710.73
HSV160°41°92°
CMYK 0.410.000.14   0.08
XYZ51.135369.217467.1651
Yxy69.21740.27270.3691
Hunter Lab83.1970-35.883410.3730
CIE-Lab86.6116-35.63196.6649

#8bebcb color RGB value is (139,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101011 11001011
Octal 213 353 313
Decimal 139 235 203
Hex 8B EB CB

RGB Percentages of Color #8bebcb

%24.09
%40.73
%35.18

CMYK Percentages of Color #8bebcb

%41
%0
%14
%8

Triadic Colors of #8bebcb

#8bebcb #cb8beb #ebcb8b

Analogous Colors of #8bebcb

#8bebcb #8bdbeb #8beb9b

Monochromatic Colors of #8bebcb

#8bebcb

Complementary Color

#8bebcb #eb8bab

#8bebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bebcb Color CSS Codes

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

#8bebcb Text Font Color

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

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


#8bebcb Background Color

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

This div background color is #8bebcb


#8bebcb Border Color

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

This div border color is #8bebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bebcb


Comments

No comments written yet.

Please login to write comment.