Color Hex Logo

#95bafa Color Hex

#95BAFA
(149,186,250)
0 Favorites   0 Comments

Color spaces of #95bafa

RGB 149186250
HSL0.610.910.78
HSV218°40°98°
CMYK 0.400.260.00   0.02
XYZ47.208748.409597.2983
Yxy48.40950.24470.2509
Hunter Lab69.5769-0.6455-34.2089
CIE-Lab75.08253.3752-35.6006

#95bafa color RGB value is (149,186,250).

#95bafa hex color red value is 149, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #95bafa hue: 0.61 , saturation: 0.91 and the lightness value of 95bafa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111010 11111010
Octal 225 272 372
Decimal 149 186 250
Hex 95 BA FA

RGB Percentages of Color #95bafa

%25.47
%31.79
%42.74

CMYK Percentages of Color #95bafa

%40
%26
%0
%2

Triadic Colors of #95bafa

#95bafa #fa95ba #bafa95

Analogous Colors of #95bafa

#95bafa #a395fa #95edfa

Monochromatic Colors of #95bafa

#95bafa

Complementary Color

#95bafa #fad595

#95bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bafa Color CSS Codes

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

#95bafa Text Font Color

<p style="color:#95bafa">Text here</p>

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


#95bafa Background Color

<div style="background-color:#95bafa">
Div content here</div>

This div background color is #95bafa


#95bafa Border Color

<div style="border:3px solid #95bafa">
Div here</div>

This div border color is #95bafa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,186,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95bafa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95bafa;
  -webkit-box-shadow: 1px 1px 3px 2px #95bafa;
  box-shadow:         1px 1px 3px 2px #95bafa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bafa

Related Colors


Comments

No comments written yet.

Please login to write comment.