Color Hex Logo

#999cbe Color Hex

#999CBE
(153,156,190)
0 Favorites   0 Comments

Color spaces of #999cbe

RGB 153156190
HSL0.650.220.67
HSV235°19°75°
CMYK 0.190.180.00   0.25
XYZ34.319634.266953.5205
Yxy34.26690.28110.2806
Hunter Lab58.53792.2095-13.2315
CIE-Lab65.17396.1574-17.8849

#999cbe color RGB value is (153,156,190).

#999cbe hex color red value is 153, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #999cbe hue: 0.65 , saturation: 0.22 and the lightness value of 999cbe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011100 10111110
Octal 231 234 276
Decimal 153 156 190
Hex 99 9C BE

RGB Percentages of Color #999cbe

%30.66
%31.26
%38.08

CMYK Percentages of Color #999cbe

%19
%18
%0
%25

Triadic Colors of #999cbe

#999cbe #be999c #9cbe99

Analogous Colors of #999cbe

#999cbe #a999be #99afbe

Monochromatic Colors of #999cbe

#999cbe

Complementary Color

#999cbe #bebb99

#999cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#999cbe Color CSS Codes

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

#999cbe Text Font Color

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

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


#999cbe Background Color

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

This div background color is #999cbe


#999cbe Border Color

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

This div border color is #999cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999cbe


Comments

No comments written yet.

Please login to write comment.