Color Hex Logo

#9ded60 Color Hex

#9DED60
(157,237,96)
0 Favorites   0 Comments

Color spaces of #9ded60

RGB 15723796
HSL0.260.800.65
HSV94°59°93°
CMYK 0.340.000.59   0.07
XYZ46.300168.581021.8635
Yxy68.58100.33860.5015
Hunter Lab82.8136-45.126742.3165
CIE-Lab86.2961-47.516459.2566

#9ded60 color RGB value is (157,237,96).

#9ded60 hex color red value is 157, green value is 237 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #9ded60 hue: 0.26 , saturation: 0.80 and the lightness value of 9ded60 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101101 01100000
Octal 235 355 140
Decimal 157 237 96
Hex 9D ED 60

RGB Percentages of Color #9ded60

%32.04
%48.37
%19.59

CMYK Percentages of Color #9ded60

%34
%0
%59
%7

Triadic Colors of #9ded60

#9ded60 #609ded #ed609d

Analogous Colors of #9ded60

#9ded60 #60ed6a #e4ed60

Monochromatic Colors of #9ded60

#9ded60

Complementary Color

#9ded60 #b060ed

#9ded60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ded60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ded60 Color CSS Codes

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

#9ded60 Text Font Color

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

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


#9ded60 Background Color

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

This div background color is #9ded60


#9ded60 Border Color

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

This div border color is #9ded60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ded60


Comments

No comments written yet.

Please login to write comment.