Color Hex Logo

#9fd348 Color Hex

#9FD348
(159,211,72)
0 Favorites   0 Comments

Color spaces of #9fd348

RGB 15921172
HSL0.230.610.55
HSV82°66°83°
CMYK 0.250.000.66   0.17
XYZ38.762054.427314.5934
Yxy54.42730.35960.5050
Hunter Lab73.7749-35.320439.9143
CIE-Lab78.7102-37.445660.9417

#9fd348 color RGB value is (159,211,72).

#9fd348 hex color red value is 159, green value is 211 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #9fd348 hue: 0.23 , saturation: 0.61 and the lightness value of 9fd348 is 0.55.

The process color (four color CMYK) of #9fd348 color hex is 0.25, 0.00, 0.66, 0.17. Web safe color of #9fd348 is #99cc33. Color #9fd348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11010011 01001000
Octal 237 323 110
Decimal 159 211 72
Hex 9F D3 48

RGB Percentages of Color #9fd348

%35.97
%47.74
%16.29

CMYK Percentages of Color #9fd348

%25
%0
%66
%17

Triadic Colors of #9fd348

#9fd348 #489fd3 #d3489f

Analogous Colors of #9fd348

#9fd348 #5ad348 #d3c248

Monochromatic Colors of #9fd348

#9fd348

Complementary Color

#9fd348 #7c48d3

#9fd348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd348 Color CSS Codes

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

#9fd348 Text Font Color

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

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


#9fd348 Background Color

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

This div background color is #9fd348


#9fd348 Border Color

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

This div border color is #9fd348


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,211,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 #9fd348">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd348


Comments

No comments written yet.

Please login to write comment.