Color Hex Logo

#7fc480 Color Hex

#7FC480
(127,196,128)
0 Favorites   0 Comments

Color spaces of #7fc480

RGB 127196128
HSL0.340.370.63
HSV121°35°77°
CMYK 0.350.000.35   0.23
XYZ32.388645.550427.5071
Yxy45.55040.30720.4320
Hunter Lab67.4910-32.448123.0791
CIE-Lab73.2528-35.472727.4519

#7fc480 color RGB value is (127,196,128).

#7fc480 hex color red value is 127, green value is 196 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #7fc480 hue: 0.34 , saturation: 0.37 and the lightness value of 7fc480 is 0.63.

The process color (four color CMYK) of #7fc480 color hex is 0.35, 0.00, 0.35, 0.23. Web safe color of #7fc480 is #66cc99. Color #7fc480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000100 10000000
Octal 177 304 200
Decimal 127 196 128
Hex 7F C4 80

RGB Percentages of Color #7fc480

%28.16
%43.46
%28.38

CMYK Percentages of Color #7fc480

%35
%0
%35
%23

Triadic Colors of #7fc480

#7fc480 #807fc4 #c4807f

Analogous Colors of #7fc480

#7fc480 #7fc4a3 #a1c47f

Monochromatic Colors of #7fc480

#7fc480

Complementary Color

#7fc480 #c47fc3

#7fc480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc480 Color CSS Codes

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

#7fc480 Text Font Color

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

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


#7fc480 Background Color

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

This div background color is #7fc480


#7fc480 Border Color

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

This div border color is #7fc480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,196,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 #7fc480">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc480


Comments

No comments written yet.

Please login to write comment.