Color Hex Logo

#95abaf Color Hex

#95ABAF
(149,171,175)
0 Favorites   0 Comments

Color spaces of #95abaf

RGB 149171175
HSL0.530.140.64
HSV189°15°69°
CMYK 0.150.020.00   0.31
XYZ34.695238.610546.1814
Yxy38.61050.29040.3231
Hunter Lab62.1373-9.0726-0.5691
CIE-Lab68.4682-6.7480-4.6329

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

#95abaf hex color red value is 149, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #95abaf hue: 0.53 , saturation: 0.14 and the lightness value of 95abaf is 0.64.

The process color (four color CMYK) of #95abaf color hex is 0.15, 0.02, 0.00, 0.31. Web safe color of #95abaf is #999999. Color #95abaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101011 10101111
Octal 225 253 257
Decimal 149 171 175
Hex 95 AB AF

RGB Percentages of Color #95abaf

%30.10
%34.55
%35.35

CMYK Percentages of Color #95abaf

%15
%2
%0
%31

Triadic Colors of #95abaf

#95abaf #af95ab #abaf95

Analogous Colors of #95abaf

#95abaf #959eaf #95afa6

Monochromatic Colors of #95abaf

#95abaf

Complementary Color

#95abaf #af9995

#95abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95abaf Color CSS Codes

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

#95abaf Text Font Color

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

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


#95abaf Background Color

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

This div background color is #95abaf


#95abaf Border Color

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

This div border color is #95abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95abaf


Comments

No comments written yet.

Please login to write comment.