Color Hex Logo

#93aaea Color Hex

#93AAEA
(147,170,234)
0 Favorites   0 Comments

Color spaces of #93aaea

RGB 147170234
HSL0.620.670.75
HSV224°37°92°
CMYK 0.370.270.00   0.08
XYZ41.258640.893083.5605
Yxy40.89300.24900.2468
Hunter Lab63.94763.2587-32.7110
CIE-Lab70.10097.4593-34.6594

#93aaea color RGB value is (147,170,234).

#93aaea hex color red value is 147, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #93aaea hue: 0.62 , saturation: 0.67 and the lightness value of 93aaea is 0.75.

The process color (four color CMYK) of #93aaea color hex is 0.37, 0.27, 0.00, 0.08. Web safe color of #93aaea is #9999ff. Color #93aaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101010 11101010
Octal 223 252 352
Decimal 147 170 234
Hex 93 AA EA

RGB Percentages of Color #93aaea

%26.68
%30.85
%42.47

CMYK Percentages of Color #93aaea

%37
%27
%0
%8

Triadic Colors of #93aaea

#93aaea #ea93aa #aaea93

Analogous Colors of #93aaea

#93aaea #a893ea #93d6ea

Monochromatic Colors of #93aaea

#93aaea

Complementary Color

#93aaea #ead393

#93aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#93aaea Color CSS Codes

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

#93aaea Text Font Color

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

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


#93aaea Background Color

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

This div background color is #93aaea


#93aaea Border Color

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

This div border color is #93aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93aaea


Comments

No comments written yet.

Please login to write comment.