Color Hex Logo

#7caa1a Color Hex

#7CAA1A
(124,170,26)
0 Favorites   0 Comments

Color spaces of #7caa1a

RGB 12417026
HSL0.220.730.38
HSV79°85°67°
CMYK 0.270.000.85   0.33
XYZ22.873433.10916.1624
Yxy33.10910.36810.5328
Hunter Lab57.5405-29.738933.9286
CIE-Lab64.2492-34.896561.5726

#7caa1a color RGB value is (124,170,26).

#7caa1a hex color red value is 124, green value is 170 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #7caa1a hue: 0.22 , saturation: 0.73 and the lightness value of 7caa1a is 0.38.

The process color (four color CMYK) of #7caa1a color hex is 0.27, 0.00, 0.85, 0.33. Web safe color of #7caa1a is #669933. Color #7caa1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101010 00011010
Octal 174 252 32
Decimal 124 170 26
Hex 7C AA 1A

RGB Percentages of Color #7caa1a

%38.75
%53.13
%8.13

CMYK Percentages of Color #7caa1a

%27
%0
%85
%33

Triadic Colors of #7caa1a

#7caa1a #1a7caa #aa1a7c

Analogous Colors of #7caa1a

#7caa1a #34aa1a #aa901a

Monochromatic Colors of #7caa1a

#7caa1a

Complementary Color

#7caa1a #481aaa

#7caa1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caa1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caa1a Color CSS Codes

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

#7caa1a Text Font Color

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

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


#7caa1a Background Color

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

This div background color is #7caa1a


#7caa1a Border Color

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

This div border color is #7caa1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caa1a


Comments

No comments written yet.

Please login to write comment.