Color Hex Logo

#95bcfa Color Hex

#95BCFA
(149,188,250)
0 Favorites   0 Comments

Color spaces of #95bcfa

RGB 149188250
HSL0.600.910.78
HSV217°40°98°
CMYK 0.400.250.00   0.02
XYZ47.633049.258197.4397
Yxy49.25810.24510.2535
Hunter Lab70.1841-1.6767-33.1860
CIE-Lab75.61162.2772-34.7816

#95bcfa color RGB value is (149,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111100 11111010
Octal 225 274 372
Decimal 149 188 250
Hex 95 BC FA

RGB Percentages of Color #95bcfa

%25.38
%32.03
%42.59

CMYK Percentages of Color #95bcfa

%40
%25
%0
%2

Triadic Colors of #95bcfa

#95bcfa #fa95bc #bcfa95

Analogous Colors of #95bcfa

#95bcfa #a195fa #95effa

Monochromatic Colors of #95bcfa

#95bcfa

Complementary Color

#95bcfa #fad395

#95bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bcfa Color CSS Codes

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

#95bcfa Text Font Color

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

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


#95bcfa Background Color

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

This div background color is #95bcfa


#95bcfa Border Color

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

This div border color is #95bcfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,188,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 #95bcfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bcfa


Comments

No comments written yet.

Please login to write comment.