Color Hex Logo

#74d67c Color Hex

#74D67C
(116,214,124)
0 Favorites   0 Comments

Color spaces of #74d67c

RGB 116214124
HSL0.350.540.65
HSV125°46°84°
CMYK 0.460.000.42   0.16
XYZ34.887153.261427.5105
Yxy53.26140.30160.4605
Hunter Lab72.9804-42.386728.7365
CIE-Lab78.0291-47.301235.6815

#74d67c color RGB value is (116,214,124).

#74d67c hex color red value is 116, green value is 214 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #74d67c hue: 0.35 , saturation: 0.54 and the lightness value of 74d67c is 0.65.

The process color (four color CMYK) of #74d67c color hex is 0.46, 0.00, 0.42, 0.16. Web safe color of #74d67c is #66cc66. Color #74d67c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11010110 01111100
Octal 164 326 174
Decimal 116 214 124
Hex 74 D6 7C

RGB Percentages of Color #74d67c

%25.55
%47.14
%27.31

CMYK Percentages of Color #74d67c

%46
%0
%42
%16

Triadic Colors of #74d67c

#74d67c #7c74d6 #d67c74

Analogous Colors of #74d67c

#74d67c #74d6ad #9dd674

Monochromatic Colors of #74d67c

#74d67c

Complementary Color

#74d67c #d674ce

#74d67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74d67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74d67c Color CSS Codes

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

#74d67c Text Font Color

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

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


#74d67c Background Color

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

This div background color is #74d67c


#74d67c Border Color

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

This div border color is #74d67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74d67c


Comments

No comments written yet.

Please login to write comment.