Color Hex Logo

#7ca954 Color Hex

#7CA954
(124,169,84)
0 Favorites   0 Comments

Color spaces of #7ca954

RGB 12416984
HSL0.250.340.50
HSV92°50°66°
CMYK 0.270.000.50   0.34
XYZ24.100433.301113.5450
Yxy33.30110.33970.4694
Hunter Lab57.7071-26.439926.4784
CIE-Lab64.4040-30.099338.7879

#7ca954 color RGB value is (124,169,84).

#7ca954 hex color red value is 124, green value is 169 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #7ca954 hue: 0.25 , saturation: 0.34 and the lightness value of 7ca954 is 0.50.

The process color (four color CMYK) of #7ca954 color hex is 0.27, 0.00, 0.50, 0.34. Web safe color of #7ca954 is #669966. Color #7ca954 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101001 01010100
Octal 174 251 124
Decimal 124 169 84
Hex 7C A9 54

RGB Percentages of Color #7ca954

%32.89
%44.83
%22.28

CMYK Percentages of Color #7ca954

%27
%0
%50
%34

Triadic Colors of #7ca954

#7ca954 #547ca9 #a9547c

Analogous Colors of #7ca954

#7ca954 #54a957 #a7a954

Monochromatic Colors of #7ca954

#7ca954

Complementary Color

#7ca954 #8154a9

#7ca954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca954 Color CSS Codes

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

#7ca954 Text Font Color

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

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


#7ca954 Background Color

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

This div background color is #7ca954


#7ca954 Border Color

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

This div border color is #7ca954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca954


Comments

No comments written yet.

Please login to write comment.