Color Hex Logo

#93acca Color Hex

#93ACCA
(147,172,202)
0 Favorites   0 Comments

Color spaces of #93acca

RGB 147172202
HSL0.590.340.68
HSV213°27°79°
CMYK 0.270.150.00   0.21
XYZ37.445839.972461.6189
Yxy39.97240.26930.2875
Hunter Lab63.2237-4.9205-13.5284
CIE-Lab69.4499-1.7754-18.1028

#93acca color RGB value is (147,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101100 11001010
Octal 223 254 312
Decimal 147 172 202
Hex 93 AC CA

RGB Percentages of Color #93acca

%28.21
%33.01
%38.77

CMYK Percentages of Color #93acca

%27
%15
%0
%21

Triadic Colors of #93acca

#93acca #ca93ac #acca93

Analogous Colors of #93acca

#93acca #9693ca #93c8ca

Monochromatic Colors of #93acca

#93acca

Complementary Color

#93acca #cab193

#93acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#93acca Color CSS Codes

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

#93acca Text Font Color

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

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


#93acca Background Color

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

This div background color is #93acca


#93acca Border Color

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

This div border color is #93acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93acca


Comments

No comments written yet.

Please login to write comment.