Color Hex Logo

#9bdcac Color Hex

#9BDCAC
(155,220,172)
0 Favorites   0 Comments

Color spaces of #9bdcac

RGB 155220172
HSL0.380.480.74
HSV136°30°86°
CMYK 0.300.000.22   0.14
XYZ46.557261.133548.3759
Yxy61.13350.29830.3917
Hunter Lab78.1879-30.540618.0480
CIE-Lab82.4505-30.213317.1310

#9bdcac color RGB value is (155,220,172).

#9bdcac hex color red value is 155, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9bdcac hue: 0.38 , saturation: 0.48 and the lightness value of 9bdcac is 0.74.

The process color (four color CMYK) of #9bdcac color hex is 0.30, 0.00, 0.22, 0.14. Web safe color of #9bdcac is #99cc99. Color #9bdcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011100 10101100
Octal 233 334 254
Decimal 155 220 172
Hex 9B DC AC

RGB Percentages of Color #9bdcac

%28.34
%40.22
%31.44

CMYK Percentages of Color #9bdcac

%30
%0
%22
%14

Triadic Colors of #9bdcac

#9bdcac #ac9bdc #dcac9b

Analogous Colors of #9bdcac

#9bdcac #9bdccd #abdc9b

Monochromatic Colors of #9bdcac

#9bdcac

Complementary Color

#9bdcac #dc9bcb

#9bdcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdcac Color CSS Codes

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

#9bdcac Text Font Color

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

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


#9bdcac Background Color

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

This div background color is #9bdcac


#9bdcac Border Color

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

This div border color is #9bdcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdcac


Comments

No comments written yet.

Please login to write comment.