Color Hex Logo

#95ab79 Color Hex

#95AB79
(149,171,121)
0 Favorites   0 Comments

Color spaces of #95ab79

RGB 149171121
HSL0.240.230.57
HSV86°29°67°
CMYK 0.130.000.29   0.33
XYZ30.408536.895923.6081
Yxy36.89590.33450.4058
Hunter Lab60.7420-16.938319.4756
CIE-Lab67.1989-16.645123.2945

#95ab79 color RGB value is (149,171,121).

#95ab79 hex color red value is 149, green value is 171 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #95ab79 hue: 0.24 , saturation: 0.23 and the lightness value of 95ab79 is 0.57.

The process color (four color CMYK) of #95ab79 color hex is 0.13, 0.00, 0.29, 0.33. Web safe color of #95ab79 is #999966. Color #95ab79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101011 01111001
Octal 225 253 171
Decimal 149 171 121
Hex 95 AB 79

RGB Percentages of Color #95ab79

%33.79
%38.78
%27.44

CMYK Percentages of Color #95ab79

%13
%0
%29
%33

Triadic Colors of #95ab79

#95ab79 #7995ab #ab7995

Analogous Colors of #95ab79

#95ab79 #7cab79 #aba879

Monochromatic Colors of #95ab79

#95ab79

Complementary Color

#95ab79 #8f79ab

#95ab79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ab79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ab79 Color CSS Codes

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

#95ab79 Text Font Color

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

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


#95ab79 Background Color

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

This div background color is #95ab79


#95ab79 Border Color

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

This div border color is #95ab79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ab79


Comments

No comments written yet.

Please login to write comment.