Color Hex Logo

#7ca214 Color Hex

#7CA214
(124,162,20)
0 Favorites   0 Comments

Color spaces of #7ca214

RGB 12416220
HSL0.210.780.36
HSV76°88°64°
CMYK 0.230.000.88   0.36
XYZ21.358830.17635.3607
Yxy30.17630.37540.5304
Hunter Lab54.9330-26.729132.6672
CIE-Lab61.8060-31.387760.8461

#7ca214 color RGB value is (124,162,20).

#7ca214 hex color red value is 124, green value is 162 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #7ca214 hue: 0.21 , saturation: 0.78 and the lightness value of 7ca214 is 0.36.

The process color (four color CMYK) of #7ca214 color hex is 0.23, 0.00, 0.88, 0.36. Web safe color of #7ca214 is #669900. Color #7ca214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100010 00010100
Octal 174 242 24
Decimal 124 162 20
Hex 7C A2 14

RGB Percentages of Color #7ca214

%40.52
%52.94
%6.54

CMYK Percentages of Color #7ca214

%23
%0
%88
%36

Triadic Colors of #7ca214

#7ca214 #147ca2 #a2147c

Analogous Colors of #7ca214

#7ca214 #35a214 #a28114

Monochromatic Colors of #7ca214

#7ca214

Complementary Color

#7ca214 #3a14a2

#7ca214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca214 Color CSS Codes

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

#7ca214 Text Font Color

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

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


#7ca214 Background Color

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

This div background color is #7ca214


#7ca214 Border Color

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

This div border color is #7ca214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca214


Comments

No comments written yet.

Please login to write comment.