Color Hex Logo

#74e162 Color Hex

#74E162
(116,225,98)
0 Favorites   0 Comments

Color spaces of #74e162

RGB 11622598
HSL0.310.680.63
HSV111°56°88°
CMYK 0.480.000.56   0.12
XYZ36.332358.445320.9214
Yxy58.44530.31400.5051
Hunter Lab76.4495-48.955337.2892
CIE-Lab80.9857-55.168851.8076

#74e162 color RGB value is (116,225,98).

#74e162 hex color red value is 116, green value is 225 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #74e162 hue: 0.31 , saturation: 0.68 and the lightness value of 74e162 is 0.63.

The process color (four color CMYK) of #74e162 color hex is 0.48, 0.00, 0.56, 0.12. Web safe color of #74e162 is #66cc66. Color #74e162 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11100001 01100010
Octal 164 341 142
Decimal 116 225 98
Hex 74 E1 62

RGB Percentages of Color #74e162

%26.42
%51.25
%22.32

CMYK Percentages of Color #74e162

%48
%0
%56
%12

Triadic Colors of #74e162

#74e162 #6274e1 #e16274

Analogous Colors of #74e162

#74e162 #62e190 #b4e162

Monochromatic Colors of #74e162

#74e162

Complementary Color

#74e162 #cf62e1

#74e162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74e162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74e162 Color CSS Codes

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

#74e162 Text Font Color

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

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


#74e162 Background Color

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

This div background color is #74e162


#74e162 Border Color

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

This div border color is #74e162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74e162


Comments

No comments written yet.

Please login to write comment.