Color Hex Logo

#93ddaa Color Hex

#93DDAA
(147,221,170)
0 Favorites   0 Comments

Color spaces of #93ddaa

RGB 147221170
HSL0.390.520.72
HSV139°33°87°
CMYK 0.330.000.23   0.13
XYZ45.144860.818247.3899
Yxy60.81820.29440.3966
Hunter Lab77.9860-33.144918.5614
CIE-Lab82.2809-33.509217.8826

#93ddaa color RGB value is (147,221,170).

#93ddaa hex color red value is 147, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #93ddaa hue: 0.39 , saturation: 0.52 and the lightness value of 93ddaa is 0.72.

The process color (four color CMYK) of #93ddaa color hex is 0.33, 0.00, 0.23, 0.13. Web safe color of #93ddaa is #99cc99. Color #93ddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011101 10101010
Octal 223 335 252
Decimal 147 221 170
Hex 93 DD AA

RGB Percentages of Color #93ddaa

%27.32
%41.08
%31.60

CMYK Percentages of Color #93ddaa

%33
%0
%23
%13

Triadic Colors of #93ddaa

#93ddaa #aa93dd #ddaa93

Analogous Colors of #93ddaa

#93ddaa #93ddcf #a1dd93

Monochromatic Colors of #93ddaa

#93ddaa

Complementary Color

#93ddaa #dd93c6

#93ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#93ddaa Color CSS Codes

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

#93ddaa Text Font Color

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

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


#93ddaa Background Color

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

This div background color is #93ddaa


#93ddaa Border Color

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

This div border color is #93ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93ddaa


Comments

No comments written yet.

Please login to write comment.