Color Hex Logo

#4afa7e Color Hex

#4AFA7E
(74,250,126)
0 Favorites   0 Comments

Color spaces of #4afa7e

RGB 74250126
HSL0.380.950.64
HSV138°70°98°
CMYK 0.700.000.50   0.02
XYZ40.775571.333431.3583
Yxy71.33340.28420.4972
Hunter Lab84.4591-61.626537.1080
CIE-Lab87.6467-69.652846.6242

#4afa7e color RGB value is (74,250,126).

#4afa7e hex color red value is 74, green value is 250 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #4afa7e hue: 0.38 , saturation: 0.95 and the lightness value of 4afa7e is 0.64.

The process color (four color CMYK) of #4afa7e color hex is 0.70, 0.00, 0.50, 0.02. Web safe color of #4afa7e is #33ff66. Color #4afa7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111010 01111110
Octal 112 372 176
Decimal 74 250 126
Hex 4A FA 7E

RGB Percentages of Color #4afa7e

%16.44
%55.56
%28.00

CMYK Percentages of Color #4afa7e

%70
%0
%50
%2

Triadic Colors of #4afa7e

#4afa7e #7e4afa #fa7e4a

Analogous Colors of #4afa7e

#4afa7e #4afad6 #6efa4a

Monochromatic Colors of #4afa7e

#4afa7e

Complementary Color

#4afa7e #fa4ac6

#4afa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afa7e Color CSS Codes

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

#4afa7e Text Font Color

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

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


#4afa7e Background Color

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

This div background color is #4afa7e


#4afa7e Border Color

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

This div border color is #4afa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afa7e


Comments

No comments written yet.

Please login to write comment.