Color Hex Logo

#93bbaa Color Hex

#93BBAA
(147,187,170)
0 Favorites   0 Comments

Color spaces of #93bbaa

RGB 147187170
HSL0.430.230.65
HSV155°21°73°
CMYK 0.210.000.09   0.27
XYZ37.058644.646044.6945
Yxy44.64600.29320.3532
Hunter Lab66.8177-17.93077.1131
CIE-Lab72.6582-16.87214.2216

#93bbaa color RGB value is (147,187,170).

#93bbaa hex color red value is 147, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #93bbaa hue: 0.43 , saturation: 0.23 and the lightness value of 93bbaa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111011 10101010
Octal 223 273 252
Decimal 147 187 170
Hex 93 BB AA

RGB Percentages of Color #93bbaa

%29.17
%37.10
%33.73

CMYK Percentages of Color #93bbaa

%21
%0
%9
%27

Triadic Colors of #93bbaa

#93bbaa #aa93bb #bbaa93

Analogous Colors of #93bbaa

#93bbaa #93b8bb #93bb96

Monochromatic Colors of #93bbaa

#93bbaa

Complementary Color

#93bbaa #bb93a4

#93bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#93bbaa Color CSS Codes

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

#93bbaa Text Font Color

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

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


#93bbaa Background Color

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

This div background color is #93bbaa


#93bbaa Border Color

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

This div border color is #93bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93bbaa


Comments

No comments written yet.

Please login to write comment.