Color Hex Logo

#999acb Color Hex

#999ACB
(153,154,203)
0 Favorites   0 Comments

Color spaces of #999acb

RGB 153154203
HSL0.660.320.70
HSV239°25°80°
CMYK 0.250.240.00   0.20
XYZ35.472034.195361.2307
Yxy34.19530.27100.2612
Hunter Lab58.47675.9438-21.1485
CIE-Lab65.117310.3426-25.2246

#999acb color RGB value is (153,154,203).

#999acb hex color red value is 153, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #999acb hue: 0.66 , saturation: 0.32 and the lightness value of 999acb is 0.70.

The process color (four color CMYK) of #999acb color hex is 0.25, 0.24, 0.00, 0.20. Web safe color of #999acb is #9999cc. Color #999acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011010 11001011
Octal 231 232 313
Decimal 153 154 203
Hex 99 9A CB

RGB Percentages of Color #999acb

%30.00
%30.20
%39.80

CMYK Percentages of Color #999acb

%25
%24
%0
%20

Triadic Colors of #999acb

#999acb #cb999a #9acb99

Analogous Colors of #999acb

#999acb #b199cb #99b3cb

Monochromatic Colors of #999acb

#999acb

Complementary Color

#999acb #cbca99

#999acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#999acb Color CSS Codes

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

#999acb Text Font Color

<p style="color:#999acb">Text here</p>

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


#999acb Background Color

<div style="background-color:#999acb">
Div content here</div>

This div background color is #999acb


#999acb Border Color

<div style="border:3px solid #999acb">
Div here</div>

This div border color is #999acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,154,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #999acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #999acb;
  -webkit-box-shadow: 1px 1px 3px 2px #999acb;
  box-shadow:         1px 1px 3px 2px #999acb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999acb


Comments

No comments written yet.

Please login to write comment.