Color Hex Logo

#9ded6c Color Hex

#9DED6C
(157,237,108)
0 Favorites   0 Comments

Color spaces of #9ded6c

RGB 157237108
HSL0.270.780.68
HSV97°54°93°
CMYK 0.340.000.54   0.07
XYZ46.895668.819224.9991
Yxy68.81920.33330.4891
Hunter Lab82.9573-44.269740.2032
CIE-Lab86.4144-46.346854.1099

#9ded6c color RGB value is (157,237,108).

#9ded6c hex color red value is 157, green value is 237 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #9ded6c hue: 0.27 , saturation: 0.78 and the lightness value of 9ded6c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 01101100
Octal 235 355 154
Decimal 157 237 108
Hex 9D ED 6C

RGB Percentages of Color #9ded6c

%31.27
%47.21
%21.51

CMYK Percentages of Color #9ded6c

%34
%0
%54
%7

Triadic Colors of #9ded6c

#9ded6c #6c9ded #ed6c9d

Analogous Colors of #9ded6c

#9ded6c #6ced7c #deed6c

Monochromatic Colors of #9ded6c

#9ded6c

Complementary Color

#9ded6c #bc6ced

#9ded6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ded6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ded6c Color CSS Codes

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

#9ded6c Text Font Color

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

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


#9ded6c Background Color

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

This div background color is #9ded6c


#9ded6c Border Color

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

This div border color is #9ded6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ded6c


Comments

No comments written yet.

Please login to write comment.