Color Hex Logo

#8ebabc Color Hex

#8EBABC
(142,186,188)
0 Favorites   0 Comments

Color spaces of #8ebabc

RGB 142186188
HSL0.510.260.65
HSV183°24°74°
CMYK 0.240.010.00   0.26
XYZ37.791344.499454.1744
Yxy44.49940.27690.3261
Hunter Lab66.7079-15.6151-1.4547
CIE-Lab72.5610-14.0618-5.7886

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111010 10111100
Octal 216 272 274
Decimal 142 186 188
Hex 8E BA BC

RGB Percentages of Color #8ebabc

%27.52
%36.05
%36.43

CMYK Percentages of Color #8ebabc

%24
%1
%0
%26

Triadic Colors of #8ebabc

#8ebabc #bc8eba #babc8e

Analogous Colors of #8ebabc

#8ebabc #8ea3bc #8ebca7

Monochromatic Colors of #8ebabc

#8ebabc

Complementary Color

#8ebabc #bc908e

#8ebabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebabc Color CSS Codes

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

#8ebabc Text Font Color

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

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


#8ebabc Background Color

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

This div background color is #8ebabc


#8ebabc Border Color

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

This div border color is #8ebabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebabc


Comments

No comments written yet.

Please login to write comment.