Color Hex Logo

#7cbf3c Color Hex

#7CBF3C
(124,191,60)
0 Favorites   0 Comments

Color spaces of #7cbf3c

RGB 12419160
HSL0.250.520.49
HSV91°69°75°
CMYK 0.350.000.69   0.25
XYZ27.758641.872910.8942
Yxy41.87290.34470.5200
Hunter Lab64.7093-36.669435.3147
CIE-Lab70.7832-42.331756.7777

#7cbf3c color RGB value is (124,191,60).

#7cbf3c hex color red value is 124, green value is 191 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #7cbf3c hue: 0.25 , saturation: 0.52 and the lightness value of 7cbf3c is 0.49.

The process color (four color CMYK) of #7cbf3c color hex is 0.35, 0.00, 0.69, 0.25. Web safe color of #7cbf3c is #66cc33. Color #7cbf3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111111 00111100
Octal 174 277 74
Decimal 124 191 60
Hex 7C BF 3C

RGB Percentages of Color #7cbf3c

%33.07
%50.93
%16.00

CMYK Percentages of Color #7cbf3c

%35
%0
%69
%25

Triadic Colors of #7cbf3c

#7cbf3c #3c7cbf #bf3c7c

Analogous Colors of #7cbf3c

#7cbf3c #3cbf3e #bebf3c

Monochromatic Colors of #7cbf3c

#7cbf3c

Complementary Color

#7cbf3c #7f3cbf

#7cbf3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbf3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbf3c Color CSS Codes

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

#7cbf3c Text Font Color

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

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


#7cbf3c Background Color

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

This div background color is #7cbf3c


#7cbf3c Border Color

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

This div border color is #7cbf3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,191,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cbf3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cbf3c;
  -webkit-box-shadow: 1px 1px 3px 2px #7cbf3c;
  box-shadow:         1px 1px 3px 2px #7cbf3c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,191,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbf3c


Comments

No comments written yet.

Please login to write comment.