Color Hex Logo

#4afa7a Color Hex

#4AFA7A
(74,250,122)
0 Favorites   0 Comments

Color spaces of #4afa7a

RGB 74250122
HSL0.380.950.64
HSV136°70°98°
CMYK 0.700.000.51   0.02
XYZ40.522571.232230.0258
Yxy71.23220.28580.5024
Hunter Lab84.3992-61.995537.9864
CIE-Lab87.5977-70.223048.4376

#4afa7a color RGB value is (74,250,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111010 01111010
Octal 112 372 172
Decimal 74 250 122
Hex 4A FA 7A

RGB Percentages of Color #4afa7a

%16.59
%56.05
%27.35

CMYK Percentages of Color #4afa7a

%70
%0
%51
%2

Triadic Colors of #4afa7a

#4afa7a #7a4afa #fa7a4a

Analogous Colors of #4afa7a

#4afa7a #4afad2 #72fa4a

Monochromatic Colors of #4afa7a

#4afa7a

Complementary Color

#4afa7a #fa4aca

#4afa7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afa7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afa7a Color CSS Codes

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

#4afa7a Text Font Color

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

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


#4afa7a Background Color

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

This div background color is #4afa7a


#4afa7a Border Color

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

This div border color is #4afa7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afa7a


Comments

No comments written yet.

Please login to write comment.