Color Hex Logo

#95aeaa Color Hex

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

Color spaces of #95aeaa

RGB 149174170
HSL0.470.130.63
HSV170°14°68°
CMYK 0.140.000.02   0.32
XYZ34.786239.563943.8334
Yxy39.56390.29430.3348
Hunter Lab62.8998-11.35692.7121
CIE-Lab69.1578-9.4083-0.8528

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

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

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

Base Numbers

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

RGB Percentages of Color #95aeaa

%30.22
%35.29
%34.48

CMYK Percentages of Color #95aeaa

%14
%0
%2
%32

Triadic Colors of #95aeaa

#95aeaa #aa95ae #aeaa95

Analogous Colors of #95aeaa

#95aeaa #95a6ae #95ae9e

Monochromatic Colors of #95aeaa

#95aeaa

Complementary Color

#95aeaa #ae9599

#95aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aeaa Color CSS Codes

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

#95aeaa Text Font Color

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

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


#95aeaa Background Color

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

This div background color is #95aeaa


#95aeaa Border Color

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

This div border color is #95aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aeaa


Comments

No comments written yet.

Please login to write comment.