Color Hex Logo

#9cefaa Color Hex

#9CEFAA
(156,239,170)
0 Favorites   0 Comments

Color spaces of #9cefaa

RGB 156239170
HSL0.360.720.77
HSV130°35°94°
CMYK 0.350.000.29   0.06
XYZ51.832571.703249.1385
Yxy71.70320.30020.4153
Hunter Lab84.6777-38.923624.8684
CIE-Lab87.8255-39.024625.6006

#9cefaa color RGB value is (156,239,170).

#9cefaa hex color red value is 156, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9cefaa hue: 0.36 , saturation: 0.72 and the lightness value of 9cefaa is 0.77.

The process color (four color CMYK) of #9cefaa color hex is 0.35, 0.00, 0.29, 0.06. Web safe color of #9cefaa is #99ff99. Color #9cefaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101111 10101010
Octal 234 357 252
Decimal 156 239 170
Hex 9C EF AA

RGB Percentages of Color #9cefaa

%27.61
%42.30
%30.09

CMYK Percentages of Color #9cefaa

%35
%0
%29
%6

Triadic Colors of #9cefaa

#9cefaa #aa9cef #efaa9c

Analogous Colors of #9cefaa

#9cefaa #9cefd4 #b8ef9c

Monochromatic Colors of #9cefaa

#9cefaa

Complementary Color

#9cefaa #ef9ce1

#9cefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cefaa Color CSS Codes

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

#9cefaa Text Font Color

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

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


#9cefaa Background Color

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

This div background color is #9cefaa


#9cefaa Border Color

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

This div border color is #9cefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cefaa


Comments

No comments written yet.

Please login to write comment.