Color Hex Logo

#74b314 Color Hex

#74B314
(116,179,20)
0 Favorites   0 Comments

Color spaces of #74b314

RGB 11617920
HSL0.230.800.39
HSV84°89°70°
CMYK 0.350.000.89   0.30
XYZ23.448836.00376.3753
Yxy36.00370.35620.5469
Hunter Lab60.0031-35.248835.7026
CIE-Lab66.5228-42.110264.6183

#74b314 color RGB value is (116,179,20).

#74b314 hex color red value is 116, green value is 179 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #74b314 hue: 0.23 , saturation: 0.80 and the lightness value of 74b314 is 0.39.

The process color (four color CMYK) of #74b314 color hex is 0.35, 0.00, 0.89, 0.30. Web safe color of #74b314 is #66cc00. Color #74b314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10110011 00010100
Octal 164 263 24
Decimal 116 179 20
Hex 74 B3 14

RGB Percentages of Color #74b314

%36.83
%56.83
%6.35

CMYK Percentages of Color #74b314

%35
%0
%89
%30

Triadic Colors of #74b314

#74b314 #1474b3 #b31474

Analogous Colors of #74b314

#74b314 #25b314 #b3a314

Monochromatic Colors of #74b314

#74b314

Complementary Color

#74b314 #5314b3

#74b314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b314 Color CSS Codes

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

#74b314 Text Font Color

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

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


#74b314 Background Color

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

This div background color is #74b314


#74b314 Border Color

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

This div border color is #74b314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b314


Comments

No comments written yet.

Please login to write comment.