Color Hex Logo

#8ebba5 Color Hex

#8EBBA5
(142,187,165)
0 Favorites   0 Comments

Color spaces of #8ebba5

RGB 142187165
HSL0.420.250.65
HSV151°24°73°
CMYK 0.240.000.12   0.27
XYZ35.717244.008042.2092
Yxy44.00800.29290.3609
Hunter Lab66.3385-19.98668.7125
CIE-Lab72.2338-19.50466.2977

#8ebba5 color RGB value is (142,187,165).

#8ebba5 hex color red value is 142, green value is 187 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #8ebba5 hue: 0.42 , saturation: 0.25 and the lightness value of 8ebba5 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111011 10100101
Octal 216 273 245
Decimal 142 187 165
Hex 8E BB A5

RGB Percentages of Color #8ebba5

%28.74
%37.85
%33.40

CMYK Percentages of Color #8ebba5

%24
%0
%12
%27

Triadic Colors of #8ebba5

#8ebba5 #a58ebb #bba58e

Analogous Colors of #8ebba5

#8ebba5 #8ebbbb #8ebb8f

Monochromatic Colors of #8ebba5

#8ebba5

Complementary Color

#8ebba5 #bb8ea4

#8ebba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebba5 Color CSS Codes

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

#8ebba5 Text Font Color

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

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


#8ebba5 Background Color

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

This div background color is #8ebba5


#8ebba5 Border Color

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

This div border color is #8ebba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebba5


Comments

No comments written yet.

Please login to write comment.