Color Hex Logo

#99acbc Color Hex

#99ACBC
(153,172,188)
0 Favorites   0 Comments

Color spaces of #99acbc

RGB 153172188
HSL0.580.210.67
HSV207°19°74°
CMYK 0.190.090.00   0.26
XYZ36.966539.908253.3317
Yxy39.90820.28390.3065
Hunter Lab63.1729-6.1009-5.8326
CIE-Lab69.4041-3.1487-10.4056

#99acbc color RGB value is (153,172,188).

#99acbc hex color red value is 153, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #99acbc hue: 0.58 , saturation: 0.21 and the lightness value of 99acbc is 0.67.

The process color (four color CMYK) of #99acbc color hex is 0.19, 0.09, 0.00, 0.26. Web safe color of #99acbc is #9999cc. Color #99acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101100 10111100
Octal 231 254 274
Decimal 153 172 188
Hex 99 AC BC

RGB Percentages of Color #99acbc

%29.82
%33.53
%36.65

CMYK Percentages of Color #99acbc

%19
%9
%0
%26

Triadic Colors of #99acbc

#99acbc #bc99ac #acbc99

Analogous Colors of #99acbc

#99acbc #999bbc #99bcbb

Monochromatic Colors of #99acbc

#99acbc

Complementary Color

#99acbc #bca999

#99acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99acbc Color CSS Codes

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

#99acbc Text Font Color

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

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


#99acbc Background Color

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

This div background color is #99acbc


#99acbc Border Color

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

This div border color is #99acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99acbc

#99acbc Color Palettes


Comments

No comments written yet.

Please login to write comment.