Color Hex Logo

#74ac08 Color Hex

#74AC08
(116,172,8)
0 Favorites   0 Comments

Color spaces of #74ac08

RGB 1161728
HSL0.220.910.35
HSV80°95°67°
CMYK 0.330.000.95   0.33
XYZ21.998833.23565.4854
Yxy33.23560.36230.5474
Hunter Lab57.6503-32.774234.7138
CIE-Lab64.3512-39.352064.6703

#74ac08 color RGB value is (116,172,8).

#74ac08 hex color red value is 116, green value is 172 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #74ac08 hue: 0.22 , saturation: 0.91 and the lightness value of 74ac08 is 0.35.

The process color (four color CMYK) of #74ac08 color hex is 0.33, 0.00, 0.95, 0.33. Web safe color of #74ac08 is #669900. Color #74ac08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 00001000
Octal 164 254 10
Decimal 116 172 8
Hex 74 AC 8

RGB Percentages of Color #74ac08

%39.19
%58.11
%2.70

CMYK Percentages of Color #74ac08

%33
%0
%95
%33

Triadic Colors of #74ac08

#74ac08 #0874ac #ac0874

Analogous Colors of #74ac08

#74ac08 #22ac08 #ac9208

Monochromatic Colors of #74ac08

#74ac08

Complementary Color

#74ac08 #4008ac

#74ac08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ac08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ac08 Color CSS Codes

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

#74ac08 Text Font Color

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

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


#74ac08 Background Color

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

This div background color is #74ac08


#74ac08 Border Color

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

This div border color is #74ac08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ac08


Comments

No comments written yet.

Please login to write comment.