Color Hex Logo

#9bc9ad Color Hex

#9BC9AD
(155,201,173)
0 Favorites   0 Comments

Color spaces of #9bc9ad

RGB 155201173
HSL0.400.300.70
HSV143°23°79°
CMYK 0.230.000.14   0.21
XYZ41.947051.759047.3148
Yxy51.75900.29750.3670
Hunter Lab71.9437-21.826611.3677
CIE-Lab77.1365-20.77279.0931

#9bc9ad color RGB value is (155,201,173).

#9bc9ad hex color red value is 155, green value is 201 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9bc9ad hue: 0.40 , saturation: 0.30 and the lightness value of 9bc9ad is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001001 10101101
Octal 233 311 255
Decimal 155 201 173
Hex 9B C9 AD

RGB Percentages of Color #9bc9ad

%29.30
%38.00
%32.70

CMYK Percentages of Color #9bc9ad

%23
%0
%14
%21

Triadic Colors of #9bc9ad

#9bc9ad #ad9bc9 #c9ad9b

Analogous Colors of #9bc9ad

#9bc9ad #9bc9c4 #a0c99b

Monochromatic Colors of #9bc9ad

#9bc9ad

Complementary Color

#9bc9ad #c99bb7

#9bc9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc9ad Color CSS Codes

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

#9bc9ad Text Font Color

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

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


#9bc9ad Background Color

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

This div background color is #9bc9ad


#9bc9ad Border Color

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

This div border color is #9bc9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc9ad


Comments

No comments written yet.

Please login to write comment.