Color Hex Logo

#99bacc Color Hex

#99BACC
(153,186,204)
0 Favorites   0 Comments

Color spaces of #99bacc

RGB 153186204
HSL0.560.330.70
HSV201°25°80°
CMYK 0.250.090.00   0.20
XYZ41.594946.249763.8616
Yxy46.24970.27420.3049
Hunter Lab68.0071-9.8373-8.0708
CIE-Lab73.7073-7.0596-12.7456

#99bacc color RGB value is (153,186,204).

#99bacc hex color red value is 153, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #99bacc hue: 0.56 , saturation: 0.33 and the lightness value of 99bacc is 0.70.

The process color (four color CMYK) of #99bacc color hex is 0.25, 0.09, 0.00, 0.20. Web safe color of #99bacc is #99cccc. Color #99bacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111010 11001100
Octal 231 272 314
Decimal 153 186 204
Hex 99 BA CC

RGB Percentages of Color #99bacc

%28.18
%34.25
%37.57

CMYK Percentages of Color #99bacc

%25
%9
%0
%20

Triadic Colors of #99bacc

#99bacc #cc99ba #bacc99

Analogous Colors of #99bacc

#99bacc #99a1cc #99ccc5

Monochromatic Colors of #99bacc

#99bacc

Complementary Color

#99bacc #ccab99

#99bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bacc Color CSS Codes

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

#99bacc Text Font Color

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

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


#99bacc Background Color

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

This div background color is #99bacc


#99bacc Border Color

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

This div border color is #99bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bacc


Comments

No comments written yet.

Please login to write comment.