Color Hex Logo

#9ced9f Color Hex

#9CED9F
(156,237,159)
0 Favorites   0 Comments

Color spaces of #9ced9f

RGB 156237159
HSL0.340.690.77
HSV122°34°93°
CMYK 0.340.000.33   0.07
XYZ50.252570.139543.6906
Yxy70.13950.30630.4275
Hunter Lab83.7493-39.455127.6939
CIE-Lab87.0652-39.941130.1826

#9ced9f color RGB value is (156,237,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101101 10011111
Octal 234 355 237
Decimal 156 237 159
Hex 9C ED 9F

RGB Percentages of Color #9ced9f

%28.26
%42.93
%28.80

CMYK Percentages of Color #9ced9f

%34
%0
%33
%7

Triadic Colors of #9ced9f

#9ced9f #9f9ced #ed9f9c

Analogous Colors of #9ced9f

#9ced9f #9cedc8 #c2ed9c

Monochromatic Colors of #9ced9f

#9ced9f

Complementary Color

#9ced9f #ed9cea

#9ced9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ced9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ced9f Color CSS Codes

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

#9ced9f Text Font Color

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

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


#9ced9f Background Color

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

This div background color is #9ced9f


#9ced9f Border Color

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

This div border color is #9ced9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ced9f


Comments

No comments written yet.

Please login to write comment.