Color Hex Logo

#999abc Color Hex

#999ABC
(153,154,188)
0 Favorites   0 Comments

Color spaces of #999abc

RGB 153154188
HSL0.660.210.67
HSV238°19°74°
CMYK 0.190.180.00   0.26
XYZ33.769633.514352.2660
Yxy33.51430.28250.2803
Hunter Lab57.89152.8134-13.0045
CIE-Lab64.57526.8257-17.6741

#999abc color RGB value is (153,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011010 10111100
Octal 231 232 274
Decimal 153 154 188
Hex 99 9A BC

RGB Percentages of Color #999abc

%30.91
%31.11
%37.98

CMYK Percentages of Color #999abc

%19
%18
%0
%26

Triadic Colors of #999abc

#999abc #bc999a #9abc99

Analogous Colors of #999abc

#999abc #aa99bc #99acbc

Monochromatic Colors of #999abc

#999abc

Complementary Color

#999abc #bcbb99

#999abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#999abc Color CSS Codes

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

#999abc Text Font Color

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

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


#999abc Background Color

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

This div background color is #999abc


#999abc Border Color

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

This div border color is #999abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999abc


Comments

No comments written yet.

Please login to write comment.