Color Hex Logo

#9accac Color Hex

#9ACCAC
(154,204,172)
0 Favorites   0 Comments

Color spaces of #9accac

RGB 154204172
HSL0.390.330.70
HSV142°25°80°
CMYK 0.250.000.16   0.20
XYZ42.365753.034347.0335
Yxy53.03430.29740.3723
Hunter Lab72.8247-23.600912.6851
CIE-Lab77.8952-22.780710.7021

#9accac color RGB value is (154,204,172).

#9accac hex color red value is 154, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9accac hue: 0.39 , saturation: 0.33 and the lightness value of 9accac is 0.70.

The process color (four color CMYK) of #9accac color hex is 0.25, 0.00, 0.16, 0.20. Web safe color of #9accac is #99cc99. Color #9accac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001100 10101100
Octal 232 314 254
Decimal 154 204 172
Hex 9A CC AC

RGB Percentages of Color #9accac

%29.06
%38.49
%32.45

CMYK Percentages of Color #9accac

%25
%0
%16
%20

Triadic Colors of #9accac

#9accac #ac9acc #ccac9a

Analogous Colors of #9accac

#9accac #9accc5 #a1cc9a

Monochromatic Colors of #9accac

#9accac

Complementary Color

#9accac #cc9aba

#9accac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9accac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9accac Color CSS Codes

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

#9accac Text Font Color

<p style="color:#9accac">Text here</p>

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


#9accac Background Color

<div style="background-color:#9accac">
Div content here</div>

This div background color is #9accac


#9accac Border Color

<div style="border:3px solid #9accac">
Div here</div>

This div border color is #9accac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,204,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9accac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9accac;
  -webkit-box-shadow: 1px 1px 3px 2px #9accac;
  box-shadow:         1px 1px 3px 2px #9accac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,204,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 #9accac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9accac


Comments

No comments written yet.

Please login to write comment.