Color Hex Logo

#74ba73 Color Hex

#74BA73
(116,186,115)
0 Favorites   0 Comments

Color spaces of #74ba73

RGB 116186115
HSL0.330.340.59
HSV119°38°73°
CMYK 0.380.000.38   0.27
XYZ27.855940.068622.4855
Yxy40.06860.30810.4432
Hunter Lab63.2998-32.223323.2487
CIE-Lab69.5184-36.492729.2291

#74ba73 color RGB value is (116,186,115).

#74ba73 hex color red value is 116, green value is 186 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #74ba73 hue: 0.33 , saturation: 0.34 and the lightness value of 74ba73 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111010 01110011
Octal 164 272 163
Decimal 116 186 115
Hex 74 BA 73

RGB Percentages of Color #74ba73

%27.82
%44.60
%27.58

CMYK Percentages of Color #74ba73

%38
%0
%38
%27

Triadic Colors of #74ba73

#74ba73 #7374ba #ba7374

Analogous Colors of #74ba73

#74ba73 #73ba96 #98ba73

Monochromatic Colors of #74ba73

#74ba73

Complementary Color

#74ba73 #b973ba

#74ba73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ba73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ba73 Color CSS Codes

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

#74ba73 Text Font Color

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

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


#74ba73 Background Color

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

This div background color is #74ba73


#74ba73 Border Color

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

This div border color is #74ba73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ba73


Comments

No comments written yet.

Please login to write comment.