Color Hex Logo

#93eeaa Color Hex

#93EEAA
(147,238,170)
0 Favorites   0 Comments

Color spaces of #93eeaa

RGB 147238170
HSL0.380.730.75
HSV135°38°93°
CMYK 0.380.000.29   0.07
XYZ49.862970.254448.9626
Yxy70.25440.29490.4155
Hunter Lab83.8179-40.492524.0380
CIE-Lab87.1215-41.231124.5700

#93eeaa color RGB value is (147,238,170).

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

The process color (four color CMYK) of #93eeaa color hex is 0.38, 0.00, 0.29, 0.07. Web safe color of #93eeaa is #99ff99. Color #93eeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11101110 10101010
Octal 223 356 252
Decimal 147 238 170
Hex 93 EE AA

RGB Percentages of Color #93eeaa

%26.49
%42.88
%30.63

CMYK Percentages of Color #93eeaa

%38
%0
%29
%7

Triadic Colors of #93eeaa

#93eeaa #aa93ee #eeaa93

Analogous Colors of #93eeaa

#93eeaa #93eed8 #aaee93

Monochromatic Colors of #93eeaa

#93eeaa

Complementary Color

#93eeaa #ee93d7

#93eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#93eeaa Color CSS Codes

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

#93eeaa Text Font Color

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

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


#93eeaa Background Color

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

This div background color is #93eeaa


#93eeaa Border Color

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

This div border color is #93eeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,238,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 #93eeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93eeaa

#93eeaa Color Palettes


Comments

No comments written yet.

Please login to write comment.