Color Hex Logo

#9cedaa Color Hex

#9CEDAA
(156,237,170)
0 Favorites   0 Comments

Color spaces of #9cedaa

RGB 156237170
HSL0.360.690.77
HSV130°34°93°
CMYK 0.340.000.28   0.07
XYZ51.250270.538648.9443
Yxy70.53860.30020.4132
Hunter Lab83.9873-38.054524.2393
CIE-Lab87.2604-38.124024.8285

#9cedaa color RGB value is (156,237,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101101 10101010
Octal 234 355 252
Decimal 156 237 170
Hex 9C ED AA

RGB Percentages of Color #9cedaa

%27.71
%42.10
%30.20

CMYK Percentages of Color #9cedaa

%34
%0
%28
%7

Triadic Colors of #9cedaa

#9cedaa #aa9ced #edaa9c

Analogous Colors of #9cedaa

#9cedaa #9cedd3 #b7ed9c

Monochromatic Colors of #9cedaa

#9cedaa

Complementary Color

#9cedaa #ed9cdf

#9cedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cedaa Color CSS Codes

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

#9cedaa Text Font Color

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

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


#9cedaa Background Color

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

This div background color is #9cedaa


#9cedaa Border Color

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

This div border color is #9cedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cedaa

#9cedaa Color Palettes


Comments

No comments written yet.

Please login to write comment.