Color Hex Logo

#8ebaba Color Hex

#8EBABA
(142,186,186)
0 Favorites   0 Comments

Color spaces of #8ebaba

RGB 142186186
HSL0.500.240.64
HSV180°24°73°
CMYK 0.240.000.00   0.27
XYZ37.577244.413853.0466
Yxy44.41380.27830.3289
Hunter Lab66.6437-15.9788-0.5427
CIE-Lab72.5042-14.5125-4.7791

#8ebaba color RGB value is (142,186,186).

#8ebaba hex color red value is 142, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8ebaba hue: 0.50 , saturation: 0.24 and the lightness value of 8ebaba is 0.64.

The process color (four color CMYK) of #8ebaba color hex is 0.24, 0.00, 0.00, 0.27. Web safe color of #8ebaba is #99cccc. Color #8ebaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111010 10111010
Octal 216 272 272
Decimal 142 186 186
Hex 8E BA BA

RGB Percentages of Color #8ebaba

%27.63
%36.19
%36.19

CMYK Percentages of Color #8ebaba

%24
%0
%0
%27

Triadic Colors of #8ebaba

#8ebaba #ba8eba #baba8e

Analogous Colors of #8ebaba

#8ebaba #8ea4ba #8ebaa4

Monochromatic Colors of #8ebaba

#8ebaba

Complementary Color

#8ebaba #ba8e8e

#8ebaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebaba Color CSS Codes

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

#8ebaba Text Font Color

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

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


#8ebaba Background Color

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

This div background color is #8ebaba


#8ebaba Border Color

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

This div border color is #8ebaba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,186,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ebaba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ebaba;
  -webkit-box-shadow: 1px 1px 3px 2px #8ebaba;
  box-shadow:         1px 1px 3px 2px #8ebaba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebaba


Comments

No comments written yet.

Please login to write comment.