Color Hex Logo

#99bbeb Color Hex

#99BBEB
(153,187,235)
0 Favorites   0 Comments

Color spaces of #99bbeb

RGB 153187235
HSL0.600.670.76
HSV215°35°92°
CMYK 0.350.200.00   0.08
XYZ45.902648.311185.5029
Yxy48.31110.25540.2688
Hunter Lab69.5062-3.7526-24.2811
CIE-Lab75.0207-0.0446-27.5849

#99bbeb color RGB value is (153,187,235).

#99bbeb hex color red value is 153, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #99bbeb hue: 0.60 , saturation: 0.67 and the lightness value of 99bbeb is 0.76.

The process color (four color CMYK) of #99bbeb color hex is 0.35, 0.20, 0.00, 0.08. Web safe color of #99bbeb is #99ccff. Color #99bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111011 11101011
Octal 231 273 353
Decimal 153 187 235
Hex 99 BB EB

RGB Percentages of Color #99bbeb

%26.61
%32.52
%40.87

CMYK Percentages of Color #99bbeb

%35
%20
%0
%8

Triadic Colors of #99bbeb

#99bbeb #eb99bb #bbeb99

Analogous Colors of #99bbeb

#99bbeb #a099eb #99e4eb

Monochromatic Colors of #99bbeb

#99bbeb

Complementary Color

#99bbeb #ebc999

#99bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bbeb Color CSS Codes

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

#99bbeb Text Font Color

<p style="color:#99bbeb">Text here</p>

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


#99bbeb Background Color

<div style="background-color:#99bbeb">
Div content here</div>

This div background color is #99bbeb


#99bbeb Border Color

<div style="border:3px solid #99bbeb">
Div here</div>

This div border color is #99bbeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,187,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99bbeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99bbeb;
  -webkit-box-shadow: 1px 1px 3px 2px #99bbeb;
  box-shadow:         1px 1px 3px 2px #99bbeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bbeb


Comments

No comments written yet.

Please login to write comment.