Color Hex Logo

#9dea6f Color Hex

#9DEA6F
(157,234,111)
0 Favorites   0 Comments

Color spaces of #9dea6f

RGB 157234111
HSL0.270.750.68
HSV98°53°92°
CMYK 0.330.000.53   0.08
XYZ46.196767.161425.5676
Yxy67.16140.33250.4834
Hunter Lab81.9521-42.794938.8690
CIE-Lab85.5854-44.745951.7591

#9dea6f color RGB value is (157,234,111).

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

The process color (four color CMYK) of #9dea6f color hex is 0.33, 0.00, 0.53, 0.08. Web safe color of #9dea6f is #99ff66. Color #9dea6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101010 01101111
Octal 235 352 157
Decimal 157 234 111
Hex 9D EA 6F

RGB Percentages of Color #9dea6f

%31.27
%46.61
%22.11

CMYK Percentages of Color #9dea6f

%33
%0
%53
%8

Triadic Colors of #9dea6f

#9dea6f #6f9dea #ea6f9d

Analogous Colors of #9dea6f

#9dea6f #6fea7f #dbea6f

Monochromatic Colors of #9dea6f

#9dea6f

Complementary Color

#9dea6f #bc6fea

#9dea6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dea6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dea6f Color CSS Codes

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

#9dea6f Text Font Color

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

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


#9dea6f Background Color

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

This div background color is #9dea6f


#9dea6f Border Color

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

This div border color is #9dea6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dea6f


Comments

No comments written yet.

Please login to write comment.