Color Hex Logo

#74c174 Color Hex

#74C174
(116,193,116)
0 Favorites   0 Comments

Color spaces of #74c174

RGB 116193116
HSL0.330.380.61
HSV120°40°76°
CMYK 0.400.000.40   0.24
XYZ29.424843.113923.2940
Yxy43.11390.30700.4499
Hunter Lab65.6612-34.915724.9291
CIE-Lab71.6322-39.482431.4735

#74c174 color RGB value is (116,193,116).

#74c174 hex color red value is 116, green value is 193 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #74c174 hue: 0.33 , saturation: 0.38 and the lightness value of 74c174 is 0.61.

The process color (four color CMYK) of #74c174 color hex is 0.40, 0.00, 0.40, 0.24. Web safe color of #74c174 is #66cc66. Color #74c174 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11000001 01110100
Octal 164 301 164
Decimal 116 193 116
Hex 74 C1 74

RGB Percentages of Color #74c174

%27.29
%45.41
%27.29

CMYK Percentages of Color #74c174

%40
%0
%40
%24

Triadic Colors of #74c174

#74c174 #7474c1 #c17474

Analogous Colors of #74c174

#74c174 #74c19b #9bc174

Monochromatic Colors of #74c174

#74c174

Complementary Color

#74c174 #c174c1

#74c174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74c174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74c174 Color CSS Codes

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

#74c174 Text Font Color

<p style="color:#74c174">Text here</p>

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


#74c174 Background Color

<div style="background-color:#74c174">
Div content here</div>

This div background color is #74c174


#74c174 Border Color

<div style="border:3px solid #74c174">
Div here</div>

This div border color is #74c174


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,193,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74c174; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74c174;
  -webkit-box-shadow: 1px 1px 3px 2px #74c174;
  box-shadow:         1px 1px 3px 2px #74c174; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74c174


Comments

No comments written yet.

Please login to write comment.