Color Hex Logo

#95bffe Color Hex

#95BFFE
(149,191,254)
0 Favorites   0 Comments

Color spaces of #95bffe

RGB 149191254
HSL0.600.980.79
HSV216°41°100°
CMYK 0.410.250.00   0.00
XYZ48.914650.8069100.9946
Yxy50.80690.24370.2531
Hunter Lab71.2790-2.2440-34.1123
CIE-Lab76.56191.7116-35.4591

#95bffe color RGB value is (149,191,254).

#95bffe hex color red value is 149, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #95bffe hue: 0.60 , saturation: 0.98 and the lightness value of 95bffe is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111111 11111110
Octal 225 277 376
Decimal 149 191 254
Hex 95 BF FE

RGB Percentages of Color #95bffe

%25.08
%32.15
%42.76

CMYK Percentages of Color #95bffe

%41
%25
%0
%0

Triadic Colors of #95bffe

#95bffe #fe95bf #bffe95

Analogous Colors of #95bffe

#95bffe #a095fe #95f4fe

Monochromatic Colors of #95bffe

#95bffe

Complementary Color

#95bffe #fed495

#95bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bffe Color CSS Codes

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

#95bffe Text Font Color

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

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


#95bffe Background Color

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

This div background color is #95bffe


#95bffe Border Color

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

This div border color is #95bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bffe


Comments

No comments written yet.

Please login to write comment.