Color Hex Logo

#74c080 Color Hex

#74C080
(116,192,128)
0 Favorites   0 Comments

Color spaces of #74c080

RGB 116192128
HSL0.360.380.60
HSV129°40°75°
CMYK 0.400.000.33   0.25
XYZ29.948442.970827.1378
Yxy42.97080.29930.4295
Hunter Lab65.5521-33.166021.3411
CIE-Lab71.5351-37.069525.0587

#74c080 color RGB value is (116,192,128).

#74c080 hex color red value is 116, green value is 192 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #74c080 hue: 0.36 , saturation: 0.38 and the lightness value of 74c080 is 0.60.

The process color (four color CMYK) of #74c080 color hex is 0.40, 0.00, 0.33, 0.25. Web safe color of #74c080 is #66cc99. Color #74c080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11000000 10000000
Octal 164 300 200
Decimal 116 192 128
Hex 74 C0 80

RGB Percentages of Color #74c080

%26.61
%44.04
%29.36

CMYK Percentages of Color #74c080

%40
%0
%33
%25

Triadic Colors of #74c080

#74c080 #8074c0 #c08074

Analogous Colors of #74c080

#74c080 #74c0a6 #8ec074

Monochromatic Colors of #74c080

#74c080

Complementary Color

#74c080 #c074b4

#74c080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74c080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74c080 Color CSS Codes

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

#74c080 Text Font Color

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

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


#74c080 Background Color

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

This div background color is #74c080


#74c080 Border Color

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

This div border color is #74c080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74c080


Comments

No comments written yet.

Please login to write comment.