Color Hex Logo

#93aac5 Color Hex

#93AAC5
(147,170,197)
1 Favorites   0 Comments

Color spaces of #93aac5

RGB 147170197
HSL0.590.300.67
HSV212°25°77°
CMYK 0.250.140.00   0.23
XYZ36.485438.983758.4249
Yxy38.98370.27250.2912
Hunter Lab62.4369-4.9571-11.7743
CIE-Lab68.7395-1.8741-16.4184

#93aac5 color RGB value is (147,170,197).

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

The process color (four color CMYK) of #93aac5 color hex is 0.25, 0.14, 0.00, 0.23. Web safe color of #93aac5 is #9999cc. Color #93aac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10101010 11000101
Octal 223 252 305
Decimal 147 170 197
Hex 93 AA C5

RGB Percentages of Color #93aac5

%28.60
%33.07
%38.33

CMYK Percentages of Color #93aac5

%25
%14
%0
%23

Triadic Colors of #93aac5

#93aac5 #c593aa #aac593

Analogous Colors of #93aac5

#93aac5 #9593c5 #93c3c5

Monochromatic Colors of #93aac5

#93aac5

Complementary Color

#93aac5 #c5ae93

#93aac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93aac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93aac5 Color CSS Codes

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

#93aac5 Text Font Color

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

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


#93aac5 Background Color

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

This div background color is #93aac5


#93aac5 Border Color

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

This div border color is #93aac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93aac5


Comments

No comments written yet.

Please login to write comment.