Color Hex Logo

#9cfaab Color Hex

#9CFAAB
(156,250,171)
0 Favorites   0 Comments

Color spaces of #9cfaab

RGB 156250171
HSL0.360.900.80
HSV130°38°98°
CMYK 0.380.000.32   0.02
XYZ55.246678.379450.7450
Yxy78.37940.29960.4251
Hunter Lab88.5321-43.542127.9886
CIE-Lab90.9528-43.725029.3385

#9cfaab color RGB value is (156,250,171).

#9cfaab hex color red value is 156, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9cfaab hue: 0.36 , saturation: 0.90 and the lightness value of 9cfaab is 0.80.

The process color (four color CMYK) of #9cfaab color hex is 0.38, 0.00, 0.32, 0.02. Web safe color of #9cfaab is #99ff99. Color #9cfaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111010 10101011
Octal 234 372 253
Decimal 156 250 171
Hex 9C FA AB

RGB Percentages of Color #9cfaab

%27.04
%43.33
%29.64

CMYK Percentages of Color #9cfaab

%38
%0
%32
%2

Triadic Colors of #9cfaab

#9cfaab #ab9cfa #faab9c

Analogous Colors of #9cfaab

#9cfaab #9cfada #bcfa9c

Monochromatic Colors of #9cfaab

#9cfaab

Complementary Color

#9cfaab #fa9ceb

#9cfaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfaab Color CSS Codes

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

#9cfaab Text Font Color

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

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


#9cfaab Background Color

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

This div background color is #9cfaab


#9cfaab Border Color

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

This div border color is #9cfaab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,250,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cfaab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cfaab;
  -webkit-box-shadow: 1px 1px 3px 2px #9cfaab;
  box-shadow:         1px 1px 3px 2px #9cfaab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,250,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfaab


Comments

No comments written yet.

Please login to write comment.