Color Hex Logo

#95abad Color Hex

#95ABAD
(149,171,173)
0 Favorites   0 Comments

Color spaces of #95abad

RGB 149171173
HSL0.510.130.63
HSV185°14°68°
CMYK 0.140.010.00   0.32
XYZ34.500238.532545.1543
Yxy38.53250.29190.3260
Hunter Lab62.0746-9.42260.3234
CIE-Lab68.4113-7.1734-3.6087

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

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

The process color (four color CMYK) of #95abad color hex is 0.14, 0.01, 0.00, 0.32. Web safe color of #95abad is #999999. Color #95abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101011 10101101
Octal 225 253 255
Decimal 149 171 173
Hex 95 AB AD

RGB Percentages of Color #95abad

%30.22
%34.69
%35.09

CMYK Percentages of Color #95abad

%14
%1
%0
%32

Triadic Colors of #95abad

#95abad #ad95ab #abad95

Analogous Colors of #95abad

#95abad #959fad #95ada3

Monochromatic Colors of #95abad

#95abad

Complementary Color

#95abad #ad9795

#95abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#95abad Color CSS Codes

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

#95abad Text Font Color

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

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


#95abad Background Color

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

This div background color is #95abad


#95abad Border Color

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

This div border color is #95abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95abad


Comments

No comments written yet.

Please login to write comment.