Color Hex Logo

#8ebbba Color Hex

#8EBBBA
(142,187,186)
0 Favorites   0 Comments

Color spaces of #8ebbba

RGB 142187186
HSL0.500.250.65
HSV179°24°73°
CMYK 0.240.000.01   0.27
XYZ37.788644.836653.1170
Yxy44.83660.27840.3303
Hunter Lab66.9601-16.4447-0.1605
CIE-Lab72.7842-15.0323-4.3660

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111011 10111010
Octal 216 273 272
Decimal 142 187 186
Hex 8E BB BA

RGB Percentages of Color #8ebbba

%27.57
%36.31
%36.12

CMYK Percentages of Color #8ebbba

%24
%0
%1
%27

Triadic Colors of #8ebbba

#8ebbba #ba8ebb #bbba8e

Analogous Colors of #8ebbba

#8ebbba #8ea6bb #8ebba4

Monochromatic Colors of #8ebbba

#8ebbba

Complementary Color

#8ebbba #bb8e8f

#8ebbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebbba Color CSS Codes

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

#8ebbba Text Font Color

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

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


#8ebbba Background Color

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

This div background color is #8ebbba


#8ebbba Border Color

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

This div border color is #8ebbba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,187,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 #8ebbba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebbba


Comments

No comments written yet.

Please login to write comment.