Color Hex Logo

#9fe38d Color Hex

#9FE38D
(159,227,141)
0 Favorites   0 Comments

Color spaces of #9fe38d

RGB 159227141
HSL0.300.610.72
HSV107°38°89°
CMYK 0.300.000.38   0.11
XYZ46.574964.232235.1426
Yxy64.23220.31910.4401
Hunter Lab80.1450-36.521530.1036
CIE-Lab84.0865-37.215435.3733

#9fe38d color RGB value is (159,227,141).

#9fe38d hex color red value is 159, green value is 227 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9fe38d hue: 0.30 , saturation: 0.61 and the lightness value of 9fe38d is 0.72.

The process color (four color CMYK) of #9fe38d color hex is 0.30, 0.00, 0.38, 0.11. Web safe color of #9fe38d is #99cc99. Color #9fe38d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11100011 10001101
Octal 237 343 215
Decimal 159 227 141
Hex 9F E3 8D

RGB Percentages of Color #9fe38d

%30.17
%43.07
%26.76

CMYK Percentages of Color #9fe38d

%30
%0
%38
%11

Triadic Colors of #9fe38d

#9fe38d #8d9fe3 #e38d9f

Analogous Colors of #9fe38d

#9fe38d #8de3a6 #cae38d

Monochromatic Colors of #9fe38d

#9fe38d

Complementary Color

#9fe38d #d18de3

#9fe38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fe38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fe38d Color CSS Codes

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

#9fe38d Text Font Color

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

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


#9fe38d Background Color

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

This div background color is #9fe38d


#9fe38d Border Color

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

This div border color is #9fe38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fe38d


Comments

No comments written yet.

Please login to write comment.