Color Hex Logo

#95aeae Color Hex

#95AEAE
(149,174,174)
0 Favorites   0 Comments

Color spaces of #95aeae

RGB 149174174
HSL0.500.130.63
HSV180°14°68°
CMYK 0.140.000.00   0.32
XYZ35.170539.717745.8570
Yxy39.71770.29130.3289
Hunter Lab63.0220-10.67350.9739
CIE-Lab69.2680-8.5711-2.9013

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101110 10101110
Octal 225 256 256
Decimal 149 174 174
Hex 95 AE AE

RGB Percentages of Color #95aeae

%29.98
%35.01
%35.01

CMYK Percentages of Color #95aeae

%14
%0
%0
%32

Triadic Colors of #95aeae

#95aeae #ae95ae #aeae95

Analogous Colors of #95aeae

#95aeae #95a2ae #95aea2

Monochromatic Colors of #95aeae

#95aeae

Complementary Color

#95aeae #ae9595

#95aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aeae Color CSS Codes

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

#95aeae Text Font Color

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

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


#95aeae Background Color

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

This div background color is #95aeae


#95aeae Border Color

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

This div border color is #95aeae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,174,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 #95aeae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aeae


Comments

No comments written yet.

Please login to write comment.