Color Hex Logo

#999fbe Color Hex

#999FBE
(153,159,190)
0 Favorites   0 Comments

Color spaces of #999fbe

RGB 153159190
HSL0.640.220.67
HSV230°19°75°
CMYK 0.190.160.00   0.25
XYZ34.829335.286353.6904
Yxy35.28630.28130.2850
Hunter Lab59.40230.7058-12.0073
CIE-Lab65.97104.4756-16.6775

#999fbe color RGB value is (153,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011111 10111110
Octal 231 237 276
Decimal 153 159 190
Hex 99 9F BE

RGB Percentages of Color #999fbe

%30.48
%31.67
%37.85

CMYK Percentages of Color #999fbe

%19
%16
%0
%25

Triadic Colors of #999fbe

#999fbe #be999f #9fbe99

Analogous Colors of #999fbe

#999fbe #a699be #99b2be

Monochromatic Colors of #999fbe

#999fbe

Complementary Color

#999fbe #beb899

#999fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#999fbe Color CSS Codes

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

#999fbe Text Font Color

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

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


#999fbe Background Color

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

This div background color is #999fbe


#999fbe Border Color

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

This div border color is #999fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999fbe


Comments

No comments written yet.

Please login to write comment.