Color Hex Logo

#93ceaa Color Hex

#93CEAA
(147,206,170)
0 Favorites   0 Comments

Color spaces of #93ceaa

RGB 147206170
HSL0.400.380.69
HSV143°29°81°
CMYK 0.290.000.17   0.19
XYZ41.359653.247946.1282
Yxy53.24790.29390.3784
Hunter Lab72.9712-26.526813.6001
CIE-Lab78.0211-26.371011.8954

#93ceaa color RGB value is (147,206,170).

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

The process color (four color CMYK) of #93ceaa color hex is 0.29, 0.00, 0.17, 0.19. Web safe color of #93ceaa is #99cc99. Color #93ceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11001110 10101010
Octal 223 316 252
Decimal 147 206 170
Hex 93 CE AA

RGB Percentages of Color #93ceaa

%28.11
%39.39
%32.50

CMYK Percentages of Color #93ceaa

%29
%0
%17
%19

Triadic Colors of #93ceaa

#93ceaa #aa93ce #ceaa93

Analogous Colors of #93ceaa

#93ceaa #93cec8 #9ace93

Monochromatic Colors of #93ceaa

#93ceaa

Complementary Color

#93ceaa #ce93b7

#93ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ceaa Color CSS Codes

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

#93ceaa Text Font Color

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

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


#93ceaa Background Color

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

This div background color is #93ceaa


#93ceaa Border Color

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

This div border color is #93ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ceaa


Comments

No comments written yet.

Please login to write comment.