Color Hex Logo

#7ca518 Color Hex

#7CA518
(124,165,24)
0 Favorites   0 Comments

Color spaces of #7ca518

RGB 12416524
HSL0.220.750.37
HSV77°85°65°
CMYK 0.250.000.85   0.35
XYZ21.932231.26135.7422
Yxy31.26130.37210.5304
Hunter Lab55.9118-27.826533.0491
CIE-Lab62.7276-32.663760.7358

#7ca518 color RGB value is (124,165,24).

#7ca518 hex color red value is 124, green value is 165 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #7ca518 hue: 0.22 , saturation: 0.75 and the lightness value of 7ca518 is 0.37.

The process color (four color CMYK) of #7ca518 color hex is 0.25, 0.00, 0.85, 0.35. Web safe color of #7ca518 is #669900. Color #7ca518 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100101 00011000
Octal 174 245 30
Decimal 124 165 24
Hex 7C A5 18

RGB Percentages of Color #7ca518

%39.62
%52.72
%7.67

CMYK Percentages of Color #7ca518

%25
%0
%85
%35

Triadic Colors of #7ca518

#7ca518 #187ca5 #a5187c

Analogous Colors of #7ca518

#7ca518 #35a518 #a58818

Monochromatic Colors of #7ca518

#7ca518

Complementary Color

#7ca518 #4118a5

#7ca518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca518 Color CSS Codes

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

#7ca518 Text Font Color

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

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


#7ca518 Background Color

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

This div background color is #7ca518


#7ca518 Border Color

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

This div border color is #7ca518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca518


Comments

No comments written yet.

Please login to write comment.