Color Hex Logo

#93aacc Color Hex

#93AACC
(147,170,204)
0 Favorites   0 Comments

Color spaces of #93aacc

RGB 147170204
HSL0.600.360.69
HSV216°28°80°
CMYK 0.280.170.00   0.20
XYZ37.306439.312162.7485
Yxy39.31210.26770.2821
Hunter Lab62.6994-3.5156-15.4469
CIE-Lab68.9767-0.1915-19.9233

#93aacc color RGB value is (147,170,204).

#93aacc hex color red value is 147, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #93aacc hue: 0.60 , saturation: 0.36 and the lightness value of 93aacc is 0.69.

The process color (four color CMYK) of #93aacc color hex is 0.28, 0.17, 0.00, 0.20. Web safe color of #93aacc is #9999cc. Color #93aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101010 11001100
Octal 223 252 314
Decimal 147 170 204
Hex 93 AA CC

RGB Percentages of Color #93aacc

%28.21
%32.63
%39.16

CMYK Percentages of Color #93aacc

%28
%17
%0
%20

Triadic Colors of #93aacc

#93aacc #cc93aa #aacc93

Analogous Colors of #93aacc

#93aacc #9993cc #93c7cc

Monochromatic Colors of #93aacc

#93aacc

Complementary Color

#93aacc #ccb593

#93aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93aacc Color CSS Codes

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

#93aacc Text Font Color

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

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


#93aacc Background Color

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

This div background color is #93aacc


#93aacc Border Color

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

This div border color is #93aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93aacc


Comments

No comments written yet.

Please login to write comment.