Color Hex Logo

#95ab9a Color Hex

#95AB9A
(149,171,154)
0 Favorites   0 Comments

Color spaces of #95ab9a

RGB 149171154
HSL0.370.120.63
HSV134°13°67°
CMYK 0.130.000.10   0.33
XYZ32.790137.848536.1491
Yxy37.84850.30710.3544
Hunter Lab61.5211-12.52348.2267
CIE-Lab67.9088-11.00096.1833

#95ab9a color RGB value is (149,171,154).

#95ab9a hex color red value is 149, green value is 171 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #95ab9a hue: 0.37 , saturation: 0.12 and the lightness value of 95ab9a is 0.63.

The process color (four color CMYK) of #95ab9a color hex is 0.13, 0.00, 0.10, 0.33. Web safe color of #95ab9a is #999999. Color #95ab9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101011 10011010
Octal 225 253 232
Decimal 149 171 154
Hex 95 AB 9A

RGB Percentages of Color #95ab9a

%31.43
%36.08
%32.49

CMYK Percentages of Color #95ab9a

%13
%0
%10
%33

Triadic Colors of #95ab9a

#95ab9a #9a95ab #ab9a95

Analogous Colors of #95ab9a

#95ab9a #95aba5 #9bab95

Monochromatic Colors of #95ab9a

#95ab9a

Complementary Color

#95ab9a #ab95a6

#95ab9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ab9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ab9a Color CSS Codes

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

#95ab9a Text Font Color

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

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


#95ab9a Background Color

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

This div background color is #95ab9a


#95ab9a Border Color

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

This div border color is #95ab9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ab9a


Comments

No comments written yet.

Please login to write comment.