Color Hex Logo

#4afa94 Color Hex

#4AFA94
(74,250,148)
0 Favorites   0 Comments

Color spaces of #4afa94

RGB 74250148
HSL0.400.950.64
HSV145°70°98°
CMYK 0.700.000.41   0.02
XYZ42.354971.965239.6753
Yxy71.96520.27500.4673
Hunter Lab84.8323-59.335431.6532
CIE-Lab87.9518-66.160636.3763

#4afa94 color RGB value is (74,250,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111010 10010100
Octal 112 372 224
Decimal 74 250 148
Hex 4A FA 94

RGB Percentages of Color #4afa94

%15.68
%52.97
%31.36

CMYK Percentages of Color #4afa94

%70
%0
%41
%2

Triadic Colors of #4afa94

#4afa94 #944afa #fa944a

Analogous Colors of #4afa94

#4afa94 #4afaec #58fa4a

Monochromatic Colors of #4afa94

#4afa94

Complementary Color

#4afa94 #fa4ab0

#4afa94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afa94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afa94 Color CSS Codes

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

#4afa94 Text Font Color

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

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


#4afa94 Background Color

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

This div background color is #4afa94


#4afa94 Border Color

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

This div border color is #4afa94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afa94

Related Colors


Comments

No comments written yet.

Please login to write comment.