Color Hex Logo

#9beeab Color Hex

#9BEEAB
(155,238,171)
0 Favorites   0 Comments

Color spaces of #9beeab

RGB 155238171
HSL0.370.710.77
HSV132°35°93°
CMYK 0.350.000.28   0.07
XYZ51.442871.057949.5323
Yxy71.05790.29900.4130
Hunter Lab84.2958-38.585424.1682
CIE-Lab87.5131-38.704424.6533

#9beeab color RGB value is (155,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101110 10101011
Octal 233 356 253
Decimal 155 238 171
Hex 9B EE AB

RGB Percentages of Color #9beeab

%27.48
%42.20
%30.32

CMYK Percentages of Color #9beeab

%35
%0
%28
%7

Triadic Colors of #9beeab

#9beeab #ab9bee #eeab9b

Analogous Colors of #9beeab

#9beeab #9beed5 #b5ee9b

Monochromatic Colors of #9beeab

#9beeab

Complementary Color

#9beeab #ee9bde

#9beeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beeab Color CSS Codes

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

#9beeab Text Font Color

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

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


#9beeab Background Color

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

This div background color is #9beeab


#9beeab Border Color

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

This div border color is #9beeab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,238,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9beeab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beeab


Comments

No comments written yet.

Please login to write comment.