Color Hex Logo

#9beeac Color Hex

#9BEEAC
(155,238,172)
0 Favorites   0 Comments

Color spaces of #9beeac

RGB 155238172
HSL0.370.710.77
HSV132°35°93°
CMYK 0.350.000.28   0.07
XYZ51.538571.096250.0363
Yxy71.09620.29850.4117
Hunter Lab84.3186-38.451923.8391
CIE-Lab87.5317-38.532024.1654

#9beeac color RGB value is (155,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101110 10101100
Octal 233 356 254
Decimal 155 238 172
Hex 9B EE AC

RGB Percentages of Color #9beeac

%27.43
%42.12
%30.44

CMYK Percentages of Color #9beeac

%35
%0
%28
%7

Triadic Colors of #9beeac

#9beeac #ac9bee #eeac9b

Analogous Colors of #9beeac

#9beeac #9beed6 #b4ee9b

Monochromatic Colors of #9beeac

#9beeac

Complementary Color

#9beeac #ee9bdd

#9beeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beeac Color CSS Codes

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

#9beeac Text Font Color

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

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


#9beeac Background Color

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

This div background color is #9beeac


#9beeac Border Color

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

This div border color is #9beeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beeac


Comments

No comments written yet.

Please login to write comment.