Color Hex Logo

#999bbc Color Hex

#999BBC
(153,155,188)
0 Favorites   0 Comments

Color spaces of #999bbc

RGB 153155188
HSL0.660.210.67
HSV237°19°74°
CMYK 0.190.180.00   0.26
XYZ33.935333.845852.3213
Yxy33.84580.28260.2818
Hunter Lab58.17712.3108-12.5981
CIE-Lab64.84006.2626-17.2728

#999bbc color RGB value is (153,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011011 10111100
Octal 231 233 274
Decimal 153 155 188
Hex 99 9B BC

RGB Percentages of Color #999bbc

%30.85
%31.25
%37.90

CMYK Percentages of Color #999bbc

%19
%18
%0
%26

Triadic Colors of #999bbc

#999bbc #bc999b #9bbc99

Analogous Colors of #999bbc

#999bbc #a999bc #99adbc

Monochromatic Colors of #999bbc

#999bbc

Complementary Color

#999bbc #bcba99

#999bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#999bbc Color CSS Codes

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

#999bbc Text Font Color

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

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


#999bbc Background Color

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

This div background color is #999bbc


#999bbc Border Color

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

This div border color is #999bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999bbc


Comments

No comments written yet.

Please login to write comment.