Color Hex Logo

#7cba3c Color Hex

#7CBA3C
(124,186,60)
0 Favorites   0 Comments

Color spaces of #7cba3c

RGB 12418660
HSL0.250.510.48
HSV90°68°73°
CMYK 0.330.000.68   0.27
XYZ26.686739.729110.5369
Yxy39.72910.34680.5163
Hunter Lab63.0310-34.729234.2102
CIE-Lab69.2761-40.161955.2057

#7cba3c color RGB value is (124,186,60).

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

The process color (four color CMYK) of #7cba3c color hex is 0.33, 0.00, 0.68, 0.27. Web safe color of #7cba3c is #66cc33. Color #7cba3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111010 00111100
Octal 174 272 74
Decimal 124 186 60
Hex 7C BA 3C

RGB Percentages of Color #7cba3c

%33.51
%50.27
%16.22

CMYK Percentages of Color #7cba3c

%33
%0
%68
%27

Triadic Colors of #7cba3c

#7cba3c #3c7cba #ba3c7c

Analogous Colors of #7cba3c

#7cba3c #3dba3c #bab93c

Monochromatic Colors of #7cba3c

#7cba3c

Complementary Color

#7cba3c #7a3cba

#7cba3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cba3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cba3c Color CSS Codes

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

#7cba3c Text Font Color

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

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


#7cba3c Background Color

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

This div background color is #7cba3c


#7cba3c Border Color

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

This div border color is #7cba3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cba3c


Comments

No comments written yet.

Please login to write comment.