Color Hex Logo

#4add72 Color Hex

#4ADD72
(74,221,114)
0 Favorites   0 Comments

Color spaces of #4add72

RGB 74221114
HSL0.380.680.58
HSV136°67°87°
CMYK 0.670.000.48   0.13
XYZ31.717854.383724.7450
Yxy54.38370.28610.4906
Hunter Lab73.7453-52.281631.7271
CIE-Lab78.6849-61.314841.1995

#4add72 color RGB value is (74,221,114).

#4add72 hex color red value is 74, green value is 221 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #4add72 hue: 0.38 , saturation: 0.68 and the lightness value of 4add72 is 0.58.

The process color (four color CMYK) of #4add72 color hex is 0.67, 0.00, 0.48, 0.13. Web safe color of #4add72 is #33cc66. Color #4add72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011101 01110010
Octal 112 335 162
Decimal 74 221 114
Hex 4A DD 72

RGB Percentages of Color #4add72

%18.09
%54.03
%27.87

CMYK Percentages of Color #4add72

%67
%0
%48
%13

Triadic Colors of #4add72

#4add72 #724add #dd724a

Analogous Colors of #4add72

#4add72 #4addbc #6cdd4a

Monochromatic Colors of #4add72

#4add72

Complementary Color

#4add72 #dd4ab5

#4add72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4add72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4add72 Color CSS Codes

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

#4add72 Text Font Color

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

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


#4add72 Background Color

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

This div background color is #4add72


#4add72 Border Color

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

This div border color is #4add72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,221,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4add72


Comments

No comments written yet.

Please login to write comment.