Color Hex Logo

#8acbac Color Hex

#8ACBAC
(138,203,172)
0 Favorites   0 Comments

Color spaces of #8acbac

RGB 138203172
HSL0.420.380.67
HSV151°32°80°
CMYK 0.320.000.15   0.20
XYZ39.283651.093746.8213
Yxy51.09370.28630.3724
Hunter Lab71.4799-26.990511.1993
CIE-Lab76.7357-27.27908.9306

#8acbac color RGB value is (138,203,172).

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

The process color (four color CMYK) of #8acbac color hex is 0.32, 0.00, 0.15, 0.20. Web safe color of #8acbac is #99cc99. Color #8acbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001011 10101100
Octal 212 313 254
Decimal 138 203 172
Hex 8A CB AC

RGB Percentages of Color #8acbac

%26.90
%39.57
%33.53

CMYK Percentages of Color #8acbac

%32
%0
%15
%20

Triadic Colors of #8acbac

#8acbac #ac8acb #cbac8a

Analogous Colors of #8acbac

#8acbac #8acacb #8acb8c

Monochromatic Colors of #8acbac

#8acbac

Complementary Color

#8acbac #cb8aa9

#8acbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acbac Color CSS Codes

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

#8acbac Text Font Color

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

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


#8acbac Background Color

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

This div background color is #8acbac


#8acbac Border Color

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

This div border color is #8acbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acbac


Comments

No comments written yet.

Please login to write comment.