Color Hex Logo

#93aaaf Color Hex

#93AAAF
(147,170,175)
0 Favorites   0 Comments

Color spaces of #93aaaf

RGB 147170175
HSL0.530.150.63
HSV191°16°69°
CMYK 0.160.030.00   0.31
XYZ34.145238.047646.1017
Yxy38.04760.28860.3216
Hunter Lab61.6827-9.1340-1.1355
CIE-Lab68.0557-6.8683-5.2576

#93aaaf color RGB value is (147,170,175).

#93aaaf hex color red value is 147, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #93aaaf hue: 0.53 , saturation: 0.15 and the lightness value of 93aaaf is 0.63.

The process color (four color CMYK) of #93aaaf color hex is 0.16, 0.03, 0.00, 0.31. Web safe color of #93aaaf is #999999. Color #93aaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101010 10101111
Octal 223 252 257
Decimal 147 170 175
Hex 93 AA AF

RGB Percentages of Color #93aaaf

%29.88
%34.55
%35.57

CMYK Percentages of Color #93aaaf

%16
%3
%0
%31

Triadic Colors of #93aaaf

#93aaaf #af93aa #aaaf93

Analogous Colors of #93aaaf

#93aaaf #939caf #93afa6

Monochromatic Colors of #93aaaf

#93aaaf

Complementary Color

#93aaaf #af9893

#93aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#93aaaf Color CSS Codes

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

#93aaaf Text Font Color

<p style="color:#93aaaf">Text here</p>

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


#93aaaf Background Color

<div style="background-color:#93aaaf">
Div content here</div>

This div background color is #93aaaf


#93aaaf Border Color

<div style="border:3px solid #93aaaf">
Div here</div>

This div border color is #93aaaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,170,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93aaaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93aaaf;
  -webkit-box-shadow: 1px 1px 3px 2px #93aaaf;
  box-shadow:         1px 1px 3px 2px #93aaaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,170,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 #93aaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93aaaf


Comments

No comments written yet.

Please login to write comment.