Color Hex Logo

#9fe348 Color Hex

#9FE348
(159,227,72)
0 Favorites   0 Comments

Color spaces of #9fe348

RGB 15922772
HSL0.240.730.59
HSV86°68°89°
CMYK 0.300.000.68   0.11
XYZ42.936962.777015.9851
Yxy62.77700.35280.5158
Hunter Lab79.2319-41.924243.5006
CIE-Lab83.3249-44.475665.7427

#9fe348 color RGB value is (159,227,72).

#9fe348 hex color red value is 159, green value is 227 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #9fe348 hue: 0.24 , saturation: 0.73 and the lightness value of 9fe348 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11100011 01001000
Octal 237 343 110
Decimal 159 227 72
Hex 9F E3 48

RGB Percentages of Color #9fe348

%34.72
%49.56
%15.72

CMYK Percentages of Color #9fe348

%30
%0
%68
%11

Triadic Colors of #9fe348

#9fe348 #489fe3 #e3489f

Analogous Colors of #9fe348

#9fe348 #51e348 #e3da48

Monochromatic Colors of #9fe348

#9fe348

Complementary Color

#9fe348 #8c48e3

#9fe348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fe348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fe348 Color CSS Codes

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

#9fe348 Text Font Color

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

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


#9fe348 Background Color

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

This div background color is #9fe348


#9fe348 Border Color

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

This div border color is #9fe348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fe348


Comments

No comments written yet.

Please login to write comment.