Color Hex Logo

#7cac02 Color Hex

#7CAC02
(124,172,2)
0 Favorites   0 Comments

Color spaces of #7cac02

RGB 1241722
HSL0.210.980.34
HSV77°99°67°
CMYK 0.280.000.99   0.33
XYZ23.075733.79455.3642
Yxy33.79450.37080.5430
Hunter Lab58.1330-30.877935.2222
CIE-Lab64.7991-36.352965.9907

#7cac02 color RGB value is (124,172,2).

#7cac02 hex color red value is 124, green value is 172 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #7cac02 hue: 0.21 , saturation: 0.98 and the lightness value of 7cac02 is 0.34.

The process color (four color CMYK) of #7cac02 color hex is 0.28, 0.00, 0.99, 0.33. Web safe color of #7cac02 is #669900. Color #7cac02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101100 00000010
Octal 174 254 2
Decimal 124 172 2
Hex 7C AC 2

RGB Percentages of Color #7cac02

%41.61
%57.72
%0.67

CMYK Percentages of Color #7cac02

%28
%0
%99
%33

Triadic Colors of #7cac02

#7cac02 #027cac #ac027c

Analogous Colors of #7cac02

#7cac02 #27ac02 #ac8702

Monochromatic Colors of #7cac02

#7cac02

Complementary Color

#7cac02 #3202ac

#7cac02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cac02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cac02 Color CSS Codes

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

#7cac02 Text Font Color

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

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


#7cac02 Background Color

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

This div background color is #7cac02


#7cac02 Border Color

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

This div border color is #7cac02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cac02

#7cac02 Color Palettes


Comments

No comments written yet.

Please login to write comment.