Color Hex Logo

#7cb61d Color Hex

#7CB61D
(124,182,29)
0 Favorites   0 Comments

Color spaces of #7cb61d

RGB 12418229
HSL0.230.730.41
HSV83°84°71°
CMYK 0.320.000.84   0.29
XYZ25.261937.82977.1328
Yxy37.82970.35970.5387
Hunter Lab61.5059-34.321136.1783
CIE-Lab67.8949-40.142064.0226

#7cb61d color RGB value is (124,182,29).

#7cb61d hex color red value is 124, green value is 182 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #7cb61d hue: 0.23 , saturation: 0.73 and the lightness value of 7cb61d is 0.41.

The process color (four color CMYK) of #7cb61d color hex is 0.32, 0.00, 0.84, 0.29. Web safe color of #7cb61d is #66cc33. Color #7cb61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10110110 00011101
Octal 174 266 35
Decimal 124 182 29
Hex 7C B6 1D

RGB Percentages of Color #7cb61d

%37.01
%54.33
%8.66

CMYK Percentages of Color #7cb61d

%32
%0
%84
%29

Triadic Colors of #7cb61d

#7cb61d #1d7cb6 #b61d7c

Analogous Colors of #7cb61d

#7cb61d #30b61d #b6a41d

Monochromatic Colors of #7cb61d

#7cb61d

Complementary Color

#7cb61d #571db6

#7cb61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb61d Color CSS Codes

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

#7cb61d Text Font Color

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

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


#7cb61d Background Color

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

This div background color is #7cb61d


#7cb61d Border Color

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

This div border color is #7cb61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb61d


Comments

No comments written yet.

Please login to write comment.