Color Hex Logo

#74ac27 Color Hex

#74AC27
(116,172,39)
0 Favorites   0 Comments

Color spaces of #74ac27

RGB 11617239
HSL0.240.630.41
HSV85°77°67°
CMYK 0.330.000.77   0.33
XYZ22.321233.36457.1830
Yxy33.36450.35500.5307
Hunter Lab57.7620-32.105133.0604
CIE-Lab64.4550-38.306757.9030

#74ac27 color RGB value is (116,172,39).

#74ac27 hex color red value is 116, green value is 172 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #74ac27 hue: 0.24 , saturation: 0.63 and the lightness value of 74ac27 is 0.41.

The process color (four color CMYK) of #74ac27 color hex is 0.33, 0.00, 0.77, 0.33. Web safe color of #74ac27 is #669933. Color #74ac27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 00100111
Octal 164 254 47
Decimal 116 172 39
Hex 74 AC 27

RGB Percentages of Color #74ac27

%35.47
%52.60
%11.93

CMYK Percentages of Color #74ac27

%33
%0
%77
%33

Triadic Colors of #74ac27

#74ac27 #2774ac #ac2774

Analogous Colors of #74ac27

#74ac27 #32ac27 #aca227

Monochromatic Colors of #74ac27

#74ac27

Complementary Color

#74ac27 #5f27ac

#74ac27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ac27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ac27 Color CSS Codes

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

#74ac27 Text Font Color

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

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


#74ac27 Background Color

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

This div background color is #74ac27


#74ac27 Border Color

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

This div border color is #74ac27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ac27


Comments

No comments written yet.

Please login to write comment.