Color Hex Logo

#8ebace Color Hex

#8EBACE
(142,186,206)
0 Favorites   0 Comments

Color spaces of #8ebace

RGB 142186206
HSL0.550.400.68
HSV199°31°81°
CMYK 0.310.100.00   0.19
XYZ39.854845.324865.0405
Yxy45.32480.26530.3017
Hunter Lab67.3237-12.1467-10.1527
CIE-Lab73.1052-9.8339-14.8074

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

#8ebace hex color red value is 142, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8ebace hue: 0.55 , saturation: 0.40 and the lightness value of 8ebace is 0.68.

The process color (four color CMYK) of #8ebace color hex is 0.31, 0.10, 0.00, 0.19. Web safe color of #8ebace is #99cccc. Color #8ebace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111010 11001110
Octal 216 272 316
Decimal 142 186 206
Hex 8E BA CE

RGB Percentages of Color #8ebace

%26.59
%34.83
%38.58

CMYK Percentages of Color #8ebace

%31
%10
%0
%19

Triadic Colors of #8ebace

#8ebace #ce8eba #bace8e

Analogous Colors of #8ebace

#8ebace #8e9ace #8ecec2

Monochromatic Colors of #8ebace

#8ebace

Complementary Color

#8ebace #cea28e

#8ebace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebace Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebace Color CSS Codes

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

#8ebace Text Font Color

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

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


#8ebace Background Color

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

This div background color is #8ebace


#8ebace Border Color

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

This div border color is #8ebace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebace


Comments

No comments written yet.

Please login to write comment.