Color Hex Logo

#95aeaf Color Hex

#95AEAF
(149,174,175)
0 Favorites   0 Comments

Color spaces of #95aeaf

RGB 149174175
HSL0.510.140.64
HSV182°15°69°
CMYK 0.150.010.00   0.31
XYZ35.268339.756846.3724
Yxy39.75680.29050.3275
Hunter Lab63.0530-10.49990.5322
CIE-Lab69.2960-8.3593-3.4126

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101110 10101111
Octal 225 256 257
Decimal 149 174 175
Hex 95 AE AF

RGB Percentages of Color #95aeaf

%29.92
%34.94
%35.14

CMYK Percentages of Color #95aeaf

%15
%1
%0
%31

Triadic Colors of #95aeaf

#95aeaf #af95ae #aeaf95

Analogous Colors of #95aeaf

#95aeaf #95a1af #95afa3

Monochromatic Colors of #95aeaf

#95aeaf

Complementary Color

#95aeaf #af9695

#95aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aeaf Color CSS Codes

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

#95aeaf Text Font Color

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

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


#95aeaf Background Color

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

This div background color is #95aeaf


#95aeaf Border Color

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

This div border color is #95aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aeaf


Comments

No comments written yet.

Please login to write comment.