Color Hex Logo

#9acccc Color Hex

#9ACCCC
(154,204,204)
0 Favorites   0 Comments

Color spaces of #9acccc

RGB 154204204
HSL0.500.330.70
HSV180°25°80°
CMYK 0.250.000.00   0.20
XYZ45.818454.415465.2151
Yxy54.41540.27690.3289
Hunter Lab73.7668-18.2211-0.7798
CIE-Lab78.7033-16.1579-5.3061

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001100 11001100
Octal 232 314 314
Decimal 154 204 204
Hex 9A CC CC

RGB Percentages of Color #9acccc

%27.40
%36.30
%36.30

CMYK Percentages of Color #9acccc

%25
%0
%0
%20

Triadic Colors of #9acccc

#9acccc #cc9acc #cccc9a

Analogous Colors of #9acccc

#9acccc #9ab3cc #9accb3

Monochromatic Colors of #9acccc

#9acccc

Complementary Color

#9acccc #cc9a9a

#9acccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acccc Color CSS Codes

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

#9acccc Text Font Color

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

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


#9acccc Background Color

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

This div background color is #9acccc


#9acccc Border Color

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

This div border color is #9acccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acccc


Comments

No comments written yet.

Please login to write comment.