Color Hex Logo

#4ade3b Color Hex

#4ADE3B
(74,222,59)
0 Favorites   0 Comments

Color spaces of #4ade3b

RGB 7422259
HSL0.320.710.55
HSV114°73°87°
CMYK 0.670.000.73   0.13
XYZ29.734754.014212.9963
Yxy54.01420.30740.5583
Hunter Lab73.4944-56.396740.9616
CIE-Lab78.4700-67.772464.4065

#4ade3b color RGB value is (74,222,59).

#4ade3b hex color red value is 74, green value is 222 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #4ade3b hue: 0.32 , saturation: 0.71 and the lightness value of 4ade3b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011110 00111011
Octal 112 336 73
Decimal 74 222 59
Hex 4A DE 3B

RGB Percentages of Color #4ade3b

%20.85
%62.54
%16.62

CMYK Percentages of Color #4ade3b

%67
%0
%73
%13

Triadic Colors of #4ade3b

#4ade3b #3b4ade #de3b4a

Analogous Colors of #4ade3b

#4ade3b #3bde7e #9cde3b

Monochromatic Colors of #4ade3b

#4ade3b

Complementary Color

#4ade3b #cf3bde

#4ade3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ade3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ade3b Color CSS Codes

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

#4ade3b Text Font Color

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

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


#4ade3b Background Color

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

This div background color is #4ade3b


#4ade3b Border Color

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

This div border color is #4ade3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ade3b


Comments

No comments written yet.

Please login to write comment.