Color Hex Logo

#95faaa Color Hex

#95FAAA
(149,250,170)
0 Favorites   0 Comments

Color spaces of #95faaa

RGB 149250170
HSL0.370.910.78
HSV132°40°98°
CMYK 0.400.000.32   0.02
XYZ53.835777.663150.1832
Yxy77.66310.29630.4275
Hunter Lab88.1267-45.177827.9263
CIE-Lab90.6259-45.899229.3494

#95faaa color RGB value is (149,250,170).

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

The process color (four color CMYK) of #95faaa color hex is 0.40, 0.00, 0.32, 0.02. Web safe color of #95faaa is #99ff99. Color #95faaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111010 10101010
Octal 225 372 252
Decimal 149 250 170
Hex 95 FA AA

RGB Percentages of Color #95faaa

%26.19
%43.94
%29.88

CMYK Percentages of Color #95faaa

%40
%0
%32
%2

Triadic Colors of #95faaa

#95faaa #aa95fa #faaa95

Analogous Colors of #95faaa

#95faaa #95fadd #b3fa95

Monochromatic Colors of #95faaa

#95faaa

Complementary Color

#95faaa #fa95e5

#95faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95faaa Color CSS Codes

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

#95faaa Text Font Color

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

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


#95faaa Background Color

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

This div background color is #95faaa


#95faaa Border Color

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

This div border color is #95faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95faaa


Comments

No comments written yet.

Please login to write comment.