Color Hex Logo

#9dfc80 Color Hex

#9DFC80
(157,252,128)
0 Favorites   0 Comments

Color spaces of #9dfc80

RGB 157252128
HSL0.290.950.75
HSV106°49°99°
CMYK 0.380.000.49   0.01
XYZ52.611378.347432.7717
Yxy78.34740.32130.4785
Hunter Lab88.5141-48.802240.0081
CIE-Lab90.9382-50.405550.3439

#9dfc80 color RGB value is (157,252,128).

#9dfc80 hex color red value is 157, green value is 252 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #9dfc80 hue: 0.29 , saturation: 0.95 and the lightness value of 9dfc80 is 0.75.

The process color (four color CMYK) of #9dfc80 color hex is 0.38, 0.00, 0.49, 0.01. Web safe color of #9dfc80 is #99ff99. Color #9dfc80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111100 10000000
Octal 235 374 200
Decimal 157 252 128
Hex 9D FC 80

RGB Percentages of Color #9dfc80

%29.24
%46.93
%23.84

CMYK Percentages of Color #9dfc80

%38
%0
%49
%1

Triadic Colors of #9dfc80

#9dfc80 #809dfc #fc809d

Analogous Colors of #9dfc80

#9dfc80 #80fca1 #dbfc80

Monochromatic Colors of #9dfc80

#9dfc80

Complementary Color

#9dfc80 #df80fc

#9dfc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfc80 Color CSS Codes

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

#9dfc80 Text Font Color

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

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


#9dfc80 Background Color

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

This div background color is #9dfc80


#9dfc80 Border Color

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

This div border color is #9dfc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfc80


Comments

No comments written yet.

Please login to write comment.