Color Hex Logo

#7cbc49 Color Hex

#7CBC49
(124,188,73)
0 Favorites   0 Comments

Color spaces of #7cbc49

RGB 12418873
HSL0.260.460.51
HSV93°61°74°
CMYK 0.340.000.61   0.26
XYZ27.498040.732612.7162
Yxy40.73260.33970.5032
Hunter Lab63.8221-34.781232.8623
CIE-Lab69.9882-39.946250.4952

#7cbc49 color RGB value is (124,188,73).

#7cbc49 hex color red value is 124, green value is 188 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #7cbc49 hue: 0.26 , saturation: 0.46 and the lightness value of 7cbc49 is 0.51.

The process color (four color CMYK) of #7cbc49 color hex is 0.34, 0.00, 0.61, 0.26. Web safe color of #7cbc49 is #66cc33. Color #7cbc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111100 01001001
Octal 174 274 111
Decimal 124 188 73
Hex 7C BC 49

RGB Percentages of Color #7cbc49

%32.21
%48.83
%18.96

CMYK Percentages of Color #7cbc49

%34
%0
%61
%26

Triadic Colors of #7cbc49

#7cbc49 #497cbc #bc497c

Analogous Colors of #7cbc49

#7cbc49 #49bc50 #b6bc49

Monochromatic Colors of #7cbc49

#7cbc49

Complementary Color

#7cbc49 #8949bc

#7cbc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbc49 Color CSS Codes

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

#7cbc49 Text Font Color

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

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


#7cbc49 Background Color

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

This div background color is #7cbc49


#7cbc49 Border Color

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

This div border color is #7cbc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbc49


Comments

No comments written yet.

Please login to write comment.