Color Hex Logo

#9be3ac Color Hex

#9BE3AC
(155,227,172)
0 Favorites   0 Comments

Color spaces of #9be3ac

RGB 155227172
HSL0.370.560.75
HSV134°32°89°
CMYK 0.320.000.24   0.11
XYZ48.433064.885349.0011
Yxy64.88530.29840.3997
Hunter Lab80.5514-33.638620.3186
CIE-Lab84.4246-33.498719.8801

#9be3ac color RGB value is (155,227,172).

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

The process color (four color CMYK) of #9be3ac color hex is 0.32, 0.00, 0.24, 0.11. Web safe color of #9be3ac is #99cc99. Color #9be3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100011 10101100
Octal 233 343 254
Decimal 155 227 172
Hex 9B E3 AC

RGB Percentages of Color #9be3ac

%27.98
%40.97
%31.05

CMYK Percentages of Color #9be3ac

%32
%0
%24
%11

Triadic Colors of #9be3ac

#9be3ac #ac9be3 #e3ac9b

Analogous Colors of #9be3ac

#9be3ac #9be3d0 #aee39b

Monochromatic Colors of #9be3ac

#9be3ac

Complementary Color

#9be3ac #e39bd2

#9be3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be3ac Color CSS Codes

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

#9be3ac Text Font Color

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

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


#9be3ac Background Color

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

This div background color is #9be3ac


#9be3ac Border Color

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

This div border color is #9be3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be3ac


Comments

No comments written yet.

Please login to write comment.