Color Hex Logo

#8aceac Color Hex

#8ACEAC
(138,206,172)
0 Favorites   0 Comments

Color spaces of #8aceac

RGB 138206172
HSL0.420.410.67
HSV150°33°81°
CMYK 0.330.000.17   0.19
XYZ39.998952.524447.0598
Yxy52.52440.28660.3763
Hunter Lab72.4737-28.313212.2325
CIE-Lab77.5934-28.728710.1534

#8aceac color RGB value is (138,206,172).

#8aceac hex color red value is 138, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8aceac hue: 0.42 , saturation: 0.41 and the lightness value of 8aceac is 0.67.

The process color (four color CMYK) of #8aceac color hex is 0.33, 0.00, 0.17, 0.19. Web safe color of #8aceac is #99cc99. Color #8aceac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001110 10101100
Octal 212 316 254
Decimal 138 206 172
Hex 8A CE AC

RGB Percentages of Color #8aceac

%26.74
%39.92
%33.33

CMYK Percentages of Color #8aceac

%33
%0
%17
%19

Triadic Colors of #8aceac

#8aceac #ac8ace #ceac8a

Analogous Colors of #8aceac

#8aceac #8acece #8ace8a

Monochromatic Colors of #8aceac

#8aceac

Complementary Color

#8aceac #ce8aac

#8aceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aceac Color CSS Codes

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

#8aceac Text Font Color

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

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


#8aceac Background Color

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

This div background color is #8aceac


#8aceac Border Color

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

This div border color is #8aceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aceac


Comments

No comments written yet.

Please login to write comment.