Color Hex Logo

#9beeaa Color Hex

#9BEEAA
(155,238,170)
0 Favorites   0 Comments

Color spaces of #9beeaa

RGB 155238170
HSL0.360.710.77
HSV131°35°93°
CMYK 0.350.000.29   0.07
XYZ51.347871.019949.0321
Yxy71.01990.29960.4144
Hunter Lab84.2733-38.718124.4951
CIE-Lab87.4947-38.875825.1410

#9beeaa color RGB value is (155,238,170).

#9beeaa hex color red value is 155, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9beeaa hue: 0.36 , saturation: 0.71 and the lightness value of 9beeaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101110 10101010
Octal 233 356 252
Decimal 155 238 170
Hex 9B EE AA

RGB Percentages of Color #9beeaa

%27.53
%42.27
%30.20

CMYK Percentages of Color #9beeaa

%35
%0
%29
%7

Triadic Colors of #9beeaa

#9beeaa #aa9bee #eeaa9b

Analogous Colors of #9beeaa

#9beeaa #9beed4 #b6ee9b

Monochromatic Colors of #9beeaa

#9beeaa

Complementary Color

#9beeaa #ee9bdf

#9beeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beeaa Color CSS Codes

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

#9beeaa Text Font Color

<p style="color:#9beeaa">Text here</p>

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


#9beeaa Background Color

<div style="background-color:#9beeaa">
Div content here</div>

This div background color is #9beeaa


#9beeaa Border Color

<div style="border:3px solid #9beeaa">
Div here</div>

This div border color is #9beeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,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 #9beeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beeaa


Comments

No comments written yet.

Please login to write comment.