Color Hex Logo

#74ba56 Color Hex

#74BA56
(116,186,86)
0 Favorites   0 Comments

Color spaces of #74ba56

RGB 11618686
HSL0.280.420.53
HSV102°54°73°
CMYK 0.380.000.54   0.27
XYZ26.441139.502715.0353
Yxy39.50270.32650.4878
Hunter Lab62.8512-34.895729.8124
CIE-Lab69.1139-40.469943.3734

#74ba56 color RGB value is (116,186,86).

#74ba56 hex color red value is 116, green value is 186 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #74ba56 hue: 0.28 , saturation: 0.42 and the lightness value of 74ba56 is 0.53.

The process color (four color CMYK) of #74ba56 color hex is 0.38, 0.00, 0.54, 0.27. Web safe color of #74ba56 is #66cc66. Color #74ba56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111010 01010110
Octal 164 272 126
Decimal 116 186 86
Hex 74 BA 56

RGB Percentages of Color #74ba56

%29.90
%47.94
%22.16

CMYK Percentages of Color #74ba56

%38
%0
%54
%27

Triadic Colors of #74ba56

#74ba56 #5674ba #ba5674

Analogous Colors of #74ba56

#74ba56 #56ba6a #a6ba56

Monochromatic Colors of #74ba56

#74ba56

Complementary Color

#74ba56 #9c56ba

#74ba56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ba56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ba56 Color CSS Codes

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

#74ba56 Text Font Color

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

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


#74ba56 Background Color

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

This div background color is #74ba56


#74ba56 Border Color

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

This div border color is #74ba56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ba56


Comments

No comments written yet.

Please login to write comment.