Color Hex Logo

#95feee Color Hex

#95FEEE
(149,254,238)
0 Favorites   0 Comments

Color spaces of #95feee

RGB 149254238
HSL0.470.980.79
HSV171°41°100°
CMYK 0.410.000.06   0.00
XYZ63.268983.446293.6610
Yxy83.44620.26320.3471
Hunter Lab91.3489-36.23023.1536
CIE-Lab93.2094-34.1603-1.9162

#95feee color RGB value is (149,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111110 11101110
Octal 225 376 356
Decimal 149 254 238
Hex 95 FE EE

RGB Percentages of Color #95feee

%23.24
%39.63
%37.13

CMYK Percentages of Color #95feee

%41
%0
%6
%0

Triadic Colors of #95feee

#95feee #ee95fe #feee95

Analogous Colors of #95feee

#95feee #95dafe #95feba

Monochromatic Colors of #95feee

#95feee

Complementary Color

#95feee #fe95a5

#95feee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95feee Color Preview on White Background

Lorem ipsum dolor sit amet.

#95feee Color CSS Codes

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

#95feee Text Font Color

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

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


#95feee Background Color

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

This div background color is #95feee


#95feee Border Color

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

This div border color is #95feee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95feee

Related Colors


Comments

No comments written yet.

Please login to write comment.