Color Hex Logo

#93caaa Color Hex

#93CAAA
(147,202,170)
0 Favorites   0 Comments

Color spaces of #93caaa

RGB 147202170
HSL0.400.340.68
HSV145°27°79°
CMYK 0.270.000.16   0.21
XYZ40.408951.346445.8113
Yxy51.34640.29370.3732
Hunter Lab71.6564-24.737912.2543
CIE-Lab76.8884-24.414010.2871

#93caaa color RGB value is (147,202,170).

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

The process color (four color CMYK) of #93caaa color hex is 0.27, 0.00, 0.16, 0.21. Web safe color of #93caaa is #99cc99. Color #93caaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001010 10101010
Octal 223 312 252
Decimal 147 202 170
Hex 93 CA AA

RGB Percentages of Color #93caaa

%28.32
%38.92
%32.76

CMYK Percentages of Color #93caaa

%27
%0
%16
%21

Triadic Colors of #93caaa

#93caaa #aa93ca #caaa93

Analogous Colors of #93caaa

#93caaa #93cac6 #98ca93

Monochromatic Colors of #93caaa

#93caaa

Complementary Color

#93caaa #ca93b3

#93caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#93caaa Color CSS Codes

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

#93caaa Text Font Color

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

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


#93caaa Background Color

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

This div background color is #93caaa


#93caaa Border Color

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

This div border color is #93caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93caaa


Comments

No comments written yet.

Please login to write comment.