Color Hex Logo

#95aaae Color Hex

#95AAAE
(149,170,174)
0 Favorites   0 Comments

Color spaces of #95aaae

RGB 149170174
HSL0.530.130.63
HSV190°14°68°
CMYK 0.140.020.00   0.32
XYZ34.409138.195045.6032
Yxy38.19500.29110.3231
Hunter Lab61.8021-8.7716-0.4881
CIE-Lab68.1641-6.4222-4.5274

#95aaae color RGB value is (149,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101010 10101110
Octal 225 252 256
Decimal 149 170 174
Hex 95 AA AE

RGB Percentages of Color #95aaae

%30.22
%34.48
%35.29

CMYK Percentages of Color #95aaae

%14
%2
%0
%32

Triadic Colors of #95aaae

#95aaae #ae95aa #aaae95

Analogous Colors of #95aaae

#95aaae #959eae #95aea6

Monochromatic Colors of #95aaae

#95aaae

Complementary Color

#95aaae #ae9995

#95aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aaae Color CSS Codes

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

#95aaae Text Font Color

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

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


#95aaae Background Color

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

This div background color is #95aaae


#95aaae Border Color

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

This div border color is #95aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aaae


Comments

No comments written yet.

Please login to write comment.