Color Hex Logo

#94aeaf Color Hex

#94AEAF
(148,174,175)
0 Favorites   0 Comments

Color spaces of #94aeaf

RGB 148174175
HSL0.510.140.63
HSV182°15°69°
CMYK 0.150.010.00   0.31
XYZ35.086739.663146.3639
Yxy39.66310.28970.3275
Hunter Lab62.9786-10.76660.4367
CIE-Lab69.2289-8.6880-3.5190

#94aeaf color RGB value is (148,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101110 10101111
Octal 224 256 257
Decimal 148 174 175
Hex 94 AE AF

RGB Percentages of Color #94aeaf

%29.78
%35.01
%35.21

CMYK Percentages of Color #94aeaf

%15
%1
%0
%31

Triadic Colors of #94aeaf

#94aeaf #af94ae #aeaf94

Analogous Colors of #94aeaf

#94aeaf #94a1af #94afa3

Monochromatic Colors of #94aeaf

#94aeaf

Complementary Color

#94aeaf #af9594

#94aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#94aeaf Color CSS Codes

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

#94aeaf Text Font Color

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

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


#94aeaf Background Color

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

This div background color is #94aeaf


#94aeaf Border Color

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

This div border color is #94aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94aeaf


Comments

No comments written yet.

Please login to write comment.