Color Hex Logo

#93aaec Color Hex

#93AAEC
(147,170,236)
0 Favorites   0 Comments

Color spaces of #93aaec

RGB 147170236
HSL0.620.700.75
HSV224°38°93°
CMYK 0.380.280.00   0.07
XYZ41.547741.008685.0825
Yxy41.00860.24780.2446
Hunter Lab64.03803.7440-33.9477
CIE-Lab70.18197.9921-35.6248

#93aaec color RGB value is (147,170,236).

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

The process color (four color CMYK) of #93aaec color hex is 0.38, 0.28, 0.00, 0.07. Web safe color of #93aaec is #9999ff. Color #93aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101010 11101100
Octal 223 252 354
Decimal 147 170 236
Hex 93 AA EC

RGB Percentages of Color #93aaec

%26.58
%30.74
%42.68

CMYK Percentages of Color #93aaec

%38
%28
%0
%7

Triadic Colors of #93aaec

#93aaec #ec93aa #aaec93

Analogous Colors of #93aaec

#93aaec #a993ec #93d7ec

Monochromatic Colors of #93aaec

#93aaec

Complementary Color

#93aaec #ecd593

#93aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#93aaec Color CSS Codes

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

#93aaec Text Font Color

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

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


#93aaec Background Color

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

This div background color is #93aaec


#93aaec Border Color

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

This div border color is #93aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93aaec


Comments

No comments written yet.

Please login to write comment.