Color Hex Logo

#99bafb Color Hex

#99BAFB
(153,186,251)
0 Favorites   0 Comments

Color spaces of #99bafb

RGB 153186251
HSL0.610.920.79
HSV220°39°98°
CMYK 0.390.260.00   0.02
XYZ48.108448.855298.1612
Yxy48.85520.24660.2504
Hunter Lab69.89650.5392-34.3381
CIE-Lab75.36124.6736-35.6879

#99bafb color RGB value is (153,186,251).

#99bafb hex color red value is 153, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #99bafb hue: 0.61 , saturation: 0.92 and the lightness value of 99bafb is 0.79.

The process color (four color CMYK) of #99bafb color hex is 0.39, 0.26, 0.00, 0.02. Web safe color of #99bafb is #99ccff. Color #99bafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111010 11111011
Octal 231 272 373
Decimal 153 186 251
Hex 99 BA FB

RGB Percentages of Color #99bafb

%25.93
%31.53
%42.54

CMYK Percentages of Color #99bafb

%39
%26
%0
%2

Triadic Colors of #99bafb

#99bafb #fb99ba #bafb99

Analogous Colors of #99bafb

#99bafb #a999fb #99ebfb

Monochromatic Colors of #99bafb

#99bafb

Complementary Color

#99bafb #fbda99

#99bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bafb Color CSS Codes

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

#99bafb Text Font Color

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

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


#99bafb Background Color

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

This div background color is #99bafb


#99bafb Border Color

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

This div border color is #99bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bafb


Comments

No comments written yet.

Please login to write comment.