Color Hex Logo

#93aabc Color Hex

#93AABC
(147,170,188)
0 Favorites   0 Comments

Color spaces of #93aabc

RGB 147170188
HSL0.570.230.66
HSV206°22°74°
CMYK 0.220.100.00   0.26
XYZ35.484438.583353.1541
Yxy38.58330.27890.3033
Hunter Lab62.1155-6.7312-7.2554
CIE-Lab68.4483-3.9734-11.8783

#93aabc color RGB value is (147,170,188).

#93aabc hex color red value is 147, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #93aabc hue: 0.57 , saturation: 0.23 and the lightness value of 93aabc is 0.66.

The process color (four color CMYK) of #93aabc color hex is 0.22, 0.10, 0.00, 0.26. Web safe color of #93aabc is #9999cc. Color #93aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101010 10111100
Octal 223 252 274
Decimal 147 170 188
Hex 93 AA BC

RGB Percentages of Color #93aabc

%29.11
%33.66
%37.23

CMYK Percentages of Color #93aabc

%22
%10
%0
%26

Triadic Colors of #93aabc

#93aabc #bc93aa #aabc93

Analogous Colors of #93aabc

#93aabc #9396bc #93bcba

Monochromatic Colors of #93aabc

#93aabc

Complementary Color

#93aabc #bca593

#93aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#93aabc Color CSS Codes

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

#93aabc Text Font Color

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

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


#93aabc Background Color

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

This div background color is #93aabc


#93aabc Border Color

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

This div border color is #93aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93aabc

#93aabc Color Palettes


Comments

No comments written yet.

Please login to write comment.