Color Hex Logo

#74b835 Color Hex

#74B835
(116,184,53)
0 Favorites   0 Comments

Color spaces of #74b835

RGB 11618453
HSL0.250.550.46
HSV91°71°72°
CMYK 0.370.000.71   0.28
XYZ24.985638.25109.4345
Yxy38.25100.34380.5264
Hunter Lab61.8474-36.121134.2488
CIE-Lab68.2052-42.655856.6801

#74b835 color RGB value is (116,184,53).

#74b835 hex color red value is 116, green value is 184 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #74b835 hue: 0.25 , saturation: 0.55 and the lightness value of 74b835 is 0.46.

The process color (four color CMYK) of #74b835 color hex is 0.37, 0.00, 0.71, 0.28. Web safe color of #74b835 is #66cc33. Color #74b835 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111000 00110101
Octal 164 270 65
Decimal 116 184 53
Hex 74 B8 35

RGB Percentages of Color #74b835

%32.86
%52.12
%15.01

CMYK Percentages of Color #74b835

%37
%0
%71
%28

Triadic Colors of #74b835

#74b835 #3574b8 #b83574

Analogous Colors of #74b835

#74b835 #35b838 #b6b835

Monochromatic Colors of #74b835

#74b835

Complementary Color

#74b835 #7935b8

#74b835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b835 Color CSS Codes

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

#74b835 Text Font Color

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

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


#74b835 Background Color

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

This div background color is #74b835


#74b835 Border Color

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

This div border color is #74b835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b835


Comments

No comments written yet.

Please login to write comment.