Color Hex Logo

#95feaa Color Hex

#95FEAA
(149,254,170)
0 Favorites   0 Comments

Color spaces of #95feaa

RGB 149254170
HSL0.370.980.79
HSV132°41°100°
CMYK 0.410.000.33   0.00
XYZ55.091980.175550.6020
Yxy80.17550.29640.4314
Hunter Lab89.5408-46.870429.1721
CIE-Lab91.7635-47.609730.8822

#95feaa color RGB value is (149,254,170).

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

The process color (four color CMYK) of #95feaa color hex is 0.41, 0.00, 0.33, 0.00. Web safe color of #95feaa is #99ff99. Color #95feaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111110 10101010
Octal 225 376 252
Decimal 149 254 170
Hex 95 FE AA

RGB Percentages of Color #95feaa

%26.00
%44.33
%29.67

CMYK Percentages of Color #95feaa

%41
%0
%33
%0

Triadic Colors of #95feaa

#95feaa #aa95fe #feaa95

Analogous Colors of #95feaa

#95feaa #95fedf #b5fe95

Monochromatic Colors of #95feaa

#95feaa

Complementary Color

#95feaa #fe95e9

#95feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95feaa Color CSS Codes

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

#95feaa Text Font Color

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

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


#95feaa Background Color

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

This div background color is #95feaa


#95feaa Border Color

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

This div border color is #95feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95feaa

Related Colors


Comments

No comments written yet.

Please login to write comment.