Color Hex Logo

#7caf5a Color Hex

#7CAF5A
(124,175,90)
0 Favorites   0 Comments

Color spaces of #7caf5a

RGB 12417590
HSL0.270.350.52
HSV96°49°69°
CMYK 0.290.000.49   0.31
XYZ25.487635.683215.2171
Yxy35.68320.33370.4671
Hunter Lab59.7354-28.375526.7112
CIE-Lab66.2772-32.214338.0675

#7caf5a color RGB value is (124,175,90).

#7caf5a hex color red value is 124, green value is 175 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7caf5a hue: 0.27 , saturation: 0.35 and the lightness value of 7caf5a is 0.52.

The process color (four color CMYK) of #7caf5a color hex is 0.29, 0.00, 0.49, 0.31. Web safe color of #7caf5a is #669966. Color #7caf5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101111 01011010
Octal 174 257 132
Decimal 124 175 90
Hex 7C AF 5A

RGB Percentages of Color #7caf5a

%31.88
%44.99
%23.14

CMYK Percentages of Color #7caf5a

%29
%0
%49
%31

Triadic Colors of #7caf5a

#7caf5a #5a7caf #af5a7c

Analogous Colors of #7caf5a

#7caf5a #5aaf63 #a7af5a

Monochromatic Colors of #7caf5a

#7caf5a

Complementary Color

#7caf5a #8d5aaf

#7caf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caf5a Color CSS Codes

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

#7caf5a Text Font Color

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

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


#7caf5a Background Color

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

This div background color is #7caf5a


#7caf5a Border Color

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

This div border color is #7caf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caf5a


Comments

No comments written yet.

Please login to write comment.