Color Hex Logo

#8baeac Color Hex

#8BAEAC
(139,174,172)
0 Favorites   0 Comments

Color spaces of #8baeac

RGB 139174172
HSL0.490.180.61
HSV177°20°68°
CMYK 0.200.000.01   0.32
XYZ33.229938.739644.7558
Yxy38.73960.28470.3319
Hunter Lab62.2411-13.62270.9351
CIE-Lab68.5622-12.2565-2.9084

#8baeac color RGB value is (139,174,172).

#8baeac hex color red value is 139, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8baeac hue: 0.49 , saturation: 0.18 and the lightness value of 8baeac is 0.61.

The process color (four color CMYK) of #8baeac color hex is 0.20, 0.00, 0.01, 0.32. Web safe color of #8baeac is #999999. Color #8baeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 10101100
Octal 213 256 254
Decimal 139 174 172
Hex 8B AE AC

RGB Percentages of Color #8baeac

%28.66
%35.88
%35.46

CMYK Percentages of Color #8baeac

%20
%0
%1
%32

Triadic Colors of #8baeac

#8baeac #ac8bae #aeac8b

Analogous Colors of #8baeac

#8baeac #8b9fae #8bae9b

Monochromatic Colors of #8baeac

#8baeac

Complementary Color

#8baeac #ae8b8d

#8baeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baeac Color CSS Codes

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

#8baeac Text Font Color

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

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


#8baeac Background Color

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

This div background color is #8baeac


#8baeac Border Color

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

This div border color is #8baeac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,174,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8baeac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8baeac;
  -webkit-box-shadow: 1px 1px 3px 2px #8baeac;
  box-shadow:         1px 1px 3px 2px #8baeac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,174,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baeac


Comments

No comments written yet.

Please login to write comment.