Color Hex Logo

#7fd320 Color Hex

#7FD320
(127,211,32)
0 Favorites   0 Comments

Color spaces of #7fd320

RGB 12721132
HSL0.240.740.48
HSV88°85°83°
CMYK 0.400.000.85   0.17
XYZ32.307451.20489.5472
Yxy51.20480.34720.5502
Hunter Lab71.5575-44.635042.1798
CIE-Lab76.8029-51.066871.1527

#7fd320 color RGB value is (127,211,32).

#7fd320 hex color red value is 127, green value is 211 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #7fd320 hue: 0.24 , saturation: 0.74 and the lightness value of 7fd320 is 0.48.

The process color (four color CMYK) of #7fd320 color hex is 0.40, 0.00, 0.85, 0.17. Web safe color of #7fd320 is #66cc33. Color #7fd320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11010011 00100000
Octal 177 323 40
Decimal 127 211 32
Hex 7F D3 20

RGB Percentages of Color #7fd320

%34.32
%57.03
%8.65

CMYK Percentages of Color #7fd320

%40
%0
%85
%17

Triadic Colors of #7fd320

#7fd320 #207fd3 #d3207f

Analogous Colors of #7fd320

#7fd320 #26d320 #d3ce20

Monochromatic Colors of #7fd320

#7fd320

Complementary Color

#7fd320 #7420d3

#7fd320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fd320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fd320 Color CSS Codes

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

#7fd320 Text Font Color

<p style="color:#7fd320">Text here</p>

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


#7fd320 Background Color

<div style="background-color:#7fd320">
Div content here</div>

This div background color is #7fd320


#7fd320 Border Color

<div style="border:3px solid #7fd320">
Div here</div>

This div border color is #7fd320


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,211,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fd320; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fd320;
  -webkit-box-shadow: 1px 1px 3px 2px #7fd320;
  box-shadow:         1px 1px 3px 2px #7fd320; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,211,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fd320


Comments

No comments written yet.

Please login to write comment.