Color Hex Logo

#95abab Color Hex

#95ABAB
(149,171,171)
0 Favorites   0 Comments

Color spaces of #95abab

RGB 149171171
HSL0.500.120.63
HSV180°13°67°
CMYK 0.130.000.00   0.33
XYZ34.308038.455744.1425
Yxy38.45570.29350.3289
Hunter Lab62.0127-9.76851.2044
CIE-Lab68.3551-7.5951-2.5830

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

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

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

Base Numbers

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

RGB Percentages of Color #95abab

%30.35
%34.83
%34.83

CMYK Percentages of Color #95abab

%13
%0
%0
%33

Triadic Colors of #95abab

#95abab #ab95ab #abab95

Analogous Colors of #95abab

#95abab #95a0ab #95aba0

Monochromatic Colors of #95abab

#95abab

Complementary Color

#95abab #ab9595

#95abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#95abab Color CSS Codes

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

#95abab Text Font Color

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

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


#95abab Background Color

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

This div background color is #95abab


#95abab Border Color

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

This div border color is #95abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95abab


Comments

No comments written yet.

Please login to write comment.