Color Hex Logo

#74ae09 Color Hex

#74AE09
(116,174,9)
0 Favorites   0 Comments

Color spaces of #74ae09

RGB 1161749
HSL0.230.900.36
HSV81°95°68°
CMYK 0.330.000.95   0.32
XYZ22.387834.00485.6421
Yxy34.00480.36090.5482
Hunter Lab58.3136-33.519135.0830
CIE-Lab64.9664-40.204665.0342

#74ae09 color RGB value is (116,174,9).

#74ae09 hex color red value is 116, green value is 174 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #74ae09 hue: 0.23 , saturation: 0.90 and the lightness value of 74ae09 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101110 00001001
Octal 164 256 11
Decimal 116 174 9
Hex 74 AE 9

RGB Percentages of Color #74ae09

%38.80
%58.19
%3.01

CMYK Percentages of Color #74ae09

%33
%0
%95
%32

Triadic Colors of #74ae09

#74ae09 #0974ae #ae0974

Analogous Colors of #74ae09

#74ae09 #21ae09 #ae9609

Monochromatic Colors of #74ae09

#74ae09

Complementary Color

#74ae09 #4309ae

#74ae09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ae09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ae09 Color CSS Codes

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

#74ae09 Text Font Color

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

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


#74ae09 Background Color

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

This div background color is #74ae09


#74ae09 Border Color

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

This div border color is #74ae09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ae09


Comments

No comments written yet.

Please login to write comment.