Color Hex Logo

#99abca Color Hex

#99ABCA
(153,171,202)
0 Favorites   0 Comments

Color spaces of #99abca

RGB 153171202
HSL0.610.320.70
HSV218°24°79°
CMYK 0.240.150.00   0.21
XYZ38.360440.162461.6074
Yxy40.16240.27370.2866
Hunter Lab63.3738-2.8575-13.2757
CIE-Lab69.58500.6022-17.8594

#99abca color RGB value is (153,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101011 11001010
Octal 231 253 312
Decimal 153 171 202
Hex 99 AB CA

RGB Percentages of Color #99abca

%29.09
%32.51
%38.40

CMYK Percentages of Color #99abca

%24
%15
%0
%21

Triadic Colors of #99abca

#99abca #ca99ab #abca99

Analogous Colors of #99abca

#99abca #a099ca #99c4ca

Monochromatic Colors of #99abca

#99abca

Complementary Color

#99abca #cab899

#99abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#99abca Color CSS Codes

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

#99abca Text Font Color

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

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


#99abca Background Color

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

This div background color is #99abca


#99abca Border Color

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

This div border color is #99abca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,171,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 #99abca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99abca


Comments

No comments written yet.

Please login to write comment.