Color Hex Logo

#99acca Color Hex

#99ACCA
(153,172,202)
0 Favorites   0 Comments

Color spaces of #99acca

RGB 153172202
HSL0.600.320.70
HSV217°24°79°
CMYK 0.240.150.00   0.21
XYZ38.550140.541661.6706
Yxy40.54160.27390.2880
Hunter Lab63.6723-3.3545-12.8555
CIE-Lab69.85360.0529-17.4530

#99acca color RGB value is (153,172,202).

#99acca hex color red value is 153, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #99acca hue: 0.60 , saturation: 0.32 and the lightness value of 99acca is 0.70.

The process color (four color CMYK) of #99acca color hex is 0.24, 0.15, 0.00, 0.21. Web safe color of #99acca is #9999cc. Color #99acca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101100 11001010
Octal 231 254 312
Decimal 153 172 202
Hex 99 AC CA

RGB Percentages of Color #99acca

%29.03
%32.64
%38.33

CMYK Percentages of Color #99acca

%24
%15
%0
%21

Triadic Colors of #99acca

#99acca #ca99ac #acca99

Analogous Colors of #99acca

#99acca #9f99ca #99c5ca

Monochromatic Colors of #99acca

#99acca

Complementary Color

#99acca #cab799

#99acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#99acca Color CSS Codes

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

#99acca Text Font Color

<p style="color:#99acca">Text here</p>

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


#99acca Background Color

<div style="background-color:#99acca">
Div content here</div>

This div background color is #99acca


#99acca Border Color

<div style="border:3px solid #99acca">
Div here</div>

This div border color is #99acca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,172,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99acca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99acca;
  -webkit-box-shadow: 1px 1px 3px 2px #99acca;
  box-shadow:         1px 1px 3px 2px #99acca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99acca


Comments

No comments written yet.

Please login to write comment.