Color Hex Logo

#93aaca Color Hex

#93AACA
(147,170,202)
0 Favorites   0 Comments

Color spaces of #93aaca

RGB 147170202
HSL0.600.340.68
HSV215°27°79°
CMYK 0.270.160.00   0.21
XYZ37.068039.216861.4930
Yxy39.21680.26900.2846
Hunter Lab62.6233-3.9331-14.3835
CIE-Lab68.9080-0.6767-18.9243

#93aaca color RGB value is (147,170,202).

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

The process color (four color CMYK) of #93aaca color hex is 0.27, 0.16, 0.00, 0.21. Web safe color of #93aaca is #9999cc. Color #93aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101010 11001010
Octal 223 252 312
Decimal 147 170 202
Hex 93 AA CA

RGB Percentages of Color #93aaca

%28.32
%32.76
%38.92

CMYK Percentages of Color #93aaca

%27
%16
%0
%21

Triadic Colors of #93aaca

#93aaca #ca93aa #aaca93

Analogous Colors of #93aaca

#93aaca #9893ca #93c6ca

Monochromatic Colors of #93aaca

#93aaca

Complementary Color

#93aaca #cab393

#93aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#93aaca Color CSS Codes

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

#93aaca Text Font Color

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

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


#93aaca Background Color

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

This div background color is #93aaca


#93aaca Border Color

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

This div border color is #93aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93aaca


Comments

No comments written yet.

Please login to write comment.