Color Hex Logo

#9dfe48 Color Hex

#9DFE48
(157,254,72)
0 Favorites   0 Comments

Color spaces of #9dfe48

RGB 15725472
HSL0.260.990.64
HSV92°72°100°
CMYK 0.380.000.72   0.00
XYZ50.516178.519618.6242
Yxy78.51960.34210.5318
Hunter Lab88.6113-53.309349.5664
CIE-Lab91.0165-56.266773.4909

#9dfe48 color RGB value is (157,254,72).

#9dfe48 hex color red value is 157, green value is 254 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #9dfe48 hue: 0.26 , saturation: 0.99 and the lightness value of 9dfe48 is 0.64.

The process color (four color CMYK) of #9dfe48 color hex is 0.38, 0.00, 0.72, 0.00. Web safe color of #9dfe48 is #99ff33. Color #9dfe48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111110 01001000
Octal 235 376 110
Decimal 157 254 72
Hex 9D FE 48

RGB Percentages of Color #9dfe48

%32.51
%52.59
%14.91

CMYK Percentages of Color #9dfe48

%38
%0
%72
%0

Triadic Colors of #9dfe48

#9dfe48 #489dfe #fe489d

Analogous Colors of #9dfe48

#9dfe48 #48fe4e #f8fe48

Monochromatic Colors of #9dfe48

#9dfe48

Complementary Color

#9dfe48 #a948fe

#9dfe48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfe48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfe48 Color CSS Codes

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

#9dfe48 Text Font Color

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

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


#9dfe48 Background Color

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

This div background color is #9dfe48


#9dfe48 Border Color

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

This div border color is #9dfe48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfe48


Comments

No comments written yet.

Please login to write comment.