Color Hex Logo

#95bffc Color Hex

#95BFFC
(149,191,252)
0 Favorites   0 Comments

Color spaces of #95bffc

RGB 149191252
HSL0.600.940.79
HSV216°41°99°
CMYK 0.410.240.00   0.01
XYZ48.595950.679499.3163
Yxy50.67940.24470.2552
Hunter Lab71.1895-2.7325-32.8828
CIE-Lab76.48441.1735-34.5062

#95bffc color RGB value is (149,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111111 11111100
Octal 225 277 374
Decimal 149 191 252
Hex 95 BF FC

RGB Percentages of Color #95bffc

%25.17
%32.26
%42.57

CMYK Percentages of Color #95bffc

%41
%24
%0
%1

Triadic Colors of #95bffc

#95bffc #fc95bf #bffc95

Analogous Colors of #95bffc

#95bffc #9f95fc #95f3fc

Monochromatic Colors of #95bffc

#95bffc

Complementary Color

#95bffc #fcd295

#95bffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bffc Color CSS Codes

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

#95bffc Text Font Color

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

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


#95bffc Background Color

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

This div background color is #95bffc


#95bffc Border Color

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

This div border color is #95bffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bffc


Comments

No comments written yet.

Please login to write comment.