Color Hex Logo

#9becac Color Hex

#9BECAC
(155,236,172)
0 Favorites   0 Comments

Color spaces of #9becac

RGB 155236172
HSL0.370.680.77
HSV133°34°93°
CMYK 0.340.000.27   0.07
XYZ50.959469.938049.8433
Yxy69.93800.29850.4096
Hunter Lab83.6289-37.581523.2031
CIE-Lab86.9664-37.628323.3895

#9becac color RGB value is (155,236,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101100 10101100
Octal 233 354 254
Decimal 155 236 172
Hex 9B EC AC

RGB Percentages of Color #9becac

%27.53
%41.92
%30.55

CMYK Percentages of Color #9becac

%34
%0
%27
%7

Triadic Colors of #9becac

#9becac #ac9bec #ecac9b

Analogous Colors of #9becac

#9becac #9becd5 #b3ec9b

Monochromatic Colors of #9becac

#9becac

Complementary Color

#9becac #ec9bdb

#9becac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9becac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9becac Color CSS Codes

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

#9becac Text Font Color

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

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


#9becac Background Color

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

This div background color is #9becac


#9becac Border Color

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

This div border color is #9becac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9becac


Comments

No comments written yet.

Please login to write comment.