Color Hex Logo

#95fefc Color Hex

#95FEFC
(149,254,252)
0 Favorites   0 Comments

Color spaces of #95fefc

RGB 149254252
HSL0.500.980.79
HSV179°41°100°
CMYK 0.410.000.01   0.00
XYZ65.406984.3015104.9200
Yxy84.30150.25690.3311
Hunter Lab91.8158-33.5196-3.4809
CIE-Lab93.5813-30.8999-8.6102

#95fefc color RGB value is (149,254,252).

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

The process color (four color CMYK) of #95fefc color hex is 0.41, 0.00, 0.01, 0.00. Web safe color of #95fefc is #99ffff. Color #95fefc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111110 11111100
Octal 225 376 374
Decimal 149 254 252
Hex 95 FE FC

RGB Percentages of Color #95fefc

%22.75
%38.78
%38.47

CMYK Percentages of Color #95fefc

%41
%0
%1
%0

Triadic Colors of #95fefc

#95fefc #fc95fe #fefc95

Analogous Colors of #95fefc

#95fefc #95ccfe #95fec8

Monochromatic Colors of #95fefc

#95fefc

Complementary Color

#95fefc #fe9597

#95fefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fefc Color CSS Codes

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

#95fefc Text Font Color

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

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


#95fefc Background Color

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

This div background color is #95fefc


#95fefc Border Color

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

This div border color is #95fefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fefc


Comments

No comments written yet.

Please login to write comment.