color codes Logo

#7ca14d color codes

#7CA14D
(124,161,77)
0 Favorites   0 Comments

Color spaces of #7ca14d

RGB 12416177
HSL0.240.350.47
HSV86°52°63°
CMYK 0.230.000.52   0.37
XYZ22.396630.310611.6913
Yxy30.31060.34780.4707
Hunter Lab55.0551-23.731925.9479
CIE-Lab61.9213-27.038839.2871

#7ca14d color RGB value is (124,161,77).

#7ca14d hex color red value is 124, green value is 161 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #7ca14d hue: 0.24 , saturation: 0.35 and the lightness value of 7ca14d is 0.47.

The process color (four color CMYK) of #7ca14d color code is 0.23, 0.00, 0.52, 0.37. Web safe color of #7ca14d is #669966. Color #7ca14d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100001 01001101
Octal 174 241 115
Decimal 124 161 77
Hex 7C A1 4D

RGB Percentages of Color #7ca14d

%34.25
%44.48
%21.27

CMYK Percentages of Color #7ca14d

%23
%0
%52
%37

Triadic Colors of #7ca14d

#7ca14d #4d7ca1 #a14d7c

Analogous Colors of #7ca14d

#7ca14d #52a14d #a19c4d

Monochromatic Colors of #7ca14d

#7ca14d

Complementary Color

#7ca14d #724da1

#7ca14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca14d Color CSS Codes

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

#7ca14d Text Font Color

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

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


#7ca14d Background Color

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

This div background color is #7ca14d


#7ca14d Border Color

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

This div border color is #7ca14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca14d


Comments

No comments written yet.

Please login to write comment.