Color Hex Logo

#8ebabb Color Hex

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

Color spaces of #8ebabb

RGB 142186187
HSL0.500.250.65
HSV181°24°73°
CMYK 0.240.010.00   0.27
XYZ37.683944.456553.6085
Yxy44.45650.27760.3275
Hunter Lab66.6757-15.7975-0.9973
CIE-Lab72.5326-14.2877-5.2840

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

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

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

Base Numbers

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

RGB Percentages of Color #8ebabb

%27.57
%36.12
%36.31

CMYK Percentages of Color #8ebabb

%24
%1
%0
%27

Triadic Colors of #8ebabb

#8ebabb #bb8eba #babb8e

Analogous Colors of #8ebabb

#8ebabb #8ea4bb #8ebba6

Monochromatic Colors of #8ebabb

#8ebabb

Complementary Color

#8ebabb #bb8f8e

#8ebabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebabb Color CSS Codes

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

#8ebabb Text Font Color

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

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


#8ebabb Background Color

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

This div background color is #8ebabb


#8ebabb Border Color

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

This div border color is #8ebabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebabb


Comments

No comments written yet.

Please login to write comment.