Color Hex Logo

#7fdb3f Color Hex

#7FDB3F
(127,219,63)
0 Favorites   0 Comments

Color spaces of #7fdb3f

RGB 12721963
HSL0.260.680.55
HSV95°71°86°
CMYK 0.420.000.71   0.14
XYZ34.981155.533913.5781
Yxy55.53390.33610.5335
Hunter Lab74.5211-46.621841.3618
CIE-Lab79.3478-52.664264.4719

#7fdb3f color RGB value is (127,219,63).

#7fdb3f hex color red value is 127, green value is 219 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #7fdb3f hue: 0.26 , saturation: 0.68 and the lightness value of 7fdb3f is 0.55.

The process color (four color CMYK) of #7fdb3f color hex is 0.42, 0.00, 0.71, 0.14. Web safe color of #7fdb3f is #66cc33. Color #7fdb3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011011 00111111
Octal 177 333 77
Decimal 127 219 63
Hex 7F DB 3F

RGB Percentages of Color #7fdb3f

%31.05
%53.55
%15.40

CMYK Percentages of Color #7fdb3f

%42
%0
%71
%14

Triadic Colors of #7fdb3f

#7fdb3f #3f7fdb #db3f7f

Analogous Colors of #7fdb3f

#7fdb3f #3fdb4d #cddb3f

Monochromatic Colors of #7fdb3f

#7fdb3f

Complementary Color

#7fdb3f #9b3fdb

#7fdb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdb3f Color CSS Codes

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

#7fdb3f Text Font Color

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

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


#7fdb3f Background Color

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

This div background color is #7fdb3f


#7fdb3f Border Color

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

This div border color is #7fdb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdb3f


Comments

No comments written yet.

Please login to write comment.