Color Hex Logo

#999bed Color Hex

#999BED
(153,155,237)
0 Favorites   0 Comments

Color spaces of #999bed

RGB 153155237
HSL0.660.700.76
HSV239°35°93°
CMYK 0.350.350.00   0.07
XYZ40.144336.329485.0172
Yxy36.32940.24860.2250
Hunter Lab60.273913.4073-41.4377
CIE-Lab66.770818.3735-41.4588

#999bed color RGB value is (153,155,237).

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

The process color (four color CMYK) of #999bed color hex is 0.35, 0.35, 0.00, 0.07. Web safe color of #999bed is #9999ff. Color #999bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011011 11101101
Octal 231 233 355
Decimal 153 155 237
Hex 99 9B ED

RGB Percentages of Color #999bed

%28.07
%28.44
%43.49

CMYK Percentages of Color #999bed

%35
%35
%0
%7

Triadic Colors of #999bed

#999bed #ed999b #9bed99

Analogous Colors of #999bed

#999bed #c199ed #99c5ed

Monochromatic Colors of #999bed

#999bed

Complementary Color

#999bed #edeb99

#999bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#999bed Color CSS Codes

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

#999bed Text Font Color

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

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


#999bed Background Color

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

This div background color is #999bed


#999bed Border Color

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

This div border color is #999bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999bed


Comments

No comments written yet.

Please login to write comment.