Color Hex Logo

#99bfeb Color Hex

#99BFEB
(153,191,235)
0 Favorites   0 Comments

Color spaces of #99bfeb

RGB 153191235
HSL0.590.670.76
HSV212°35°92°
CMYK 0.350.190.00   0.08
XYZ46.763150.032185.7897
Yxy50.03210.25610.2740
Hunter Lab70.7334-5.7739-22.3971
CIE-Lab76.0890-2.2129-25.9492

#99bfeb color RGB value is (153,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111111 11101011
Octal 231 277 353
Decimal 153 191 235
Hex 99 BF EB

RGB Percentages of Color #99bfeb

%26.42
%32.99
%40.59

CMYK Percentages of Color #99bfeb

%35
%19
%0
%8

Triadic Colors of #99bfeb

#99bfeb #eb99bf #bfeb99

Analogous Colors of #99bfeb

#99bfeb #9c99eb #99e8eb

Monochromatic Colors of #99bfeb

#99bfeb

Complementary Color

#99bfeb #ebc599

#99bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bfeb Color CSS Codes

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

#99bfeb Text Font Color

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

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


#99bfeb Background Color

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

This div background color is #99bfeb


#99bfeb Border Color

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

This div border color is #99bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bfeb


Comments

No comments written yet.

Please login to write comment.