Color Hex Logo

#4adb14 Color Hex

#4ADB14
(74,219,20)
0 Favorites   0 Comments

Color spaces of #4adb14

RGB 7421920
HSL0.290.830.47
HSV104°91°86°
CMYK 0.660.000.91   0.14
XYZ28.281852.16949.2409
Yxy52.16940.31530.5816
Hunter Lab72.2284-56.506142.9743
CIE-Lab77.3820-68.703773.1117

#4adb14 color RGB value is (74,219,20).

#4adb14 hex color red value is 74, green value is 219 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #4adb14 hue: 0.29 , saturation: 0.83 and the lightness value of 4adb14 is 0.47.

The process color (four color CMYK) of #4adb14 color hex is 0.66, 0.00, 0.91, 0.14. Web safe color of #4adb14 is #33cc00. Color #4adb14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011011 00010100
Octal 112 333 24
Decimal 74 219 20
Hex 4A DB 14

RGB Percentages of Color #4adb14

%23.64
%69.97
%6.39

CMYK Percentages of Color #4adb14

%66
%0
%91
%14

Triadic Colors of #4adb14

#4adb14 #144adb #db144a

Analogous Colors of #4adb14

#4adb14 #14db41 #aedb14

Monochromatic Colors of #4adb14

#4adb14

Complementary Color

#4adb14 #a514db

#4adb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adb14 Color CSS Codes

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

#4adb14 Text Font Color

<p style="color:#4adb14">Text here</p>

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


#4adb14 Background Color

<div style="background-color:#4adb14">
Div content here</div>

This div background color is #4adb14


#4adb14 Border Color

<div style="border:3px solid #4adb14">
Div here</div>

This div border color is #4adb14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,219,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 #4adb14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adb14


Comments

No comments written yet.

Please login to write comment.