Color Hex Logo

#4afda4 Color Hex

#4AFDA4
(74,253,164)
0 Favorites   0 Comments

Color spaces of #4afda4

RGB 74253164
HSL0.420.980.64
HSV150°71°99°
CMYK 0.710.000.35   0.01
XYZ44.650274.386747.1267
Yxy74.38670.26870.4477
Hunter Lab86.2477-58.524627.9767
CIE-Lab89.1049-64.353029.9293

#4afda4 color RGB value is (74,253,164).

#4afda4 hex color red value is 74, green value is 253 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #4afda4 hue: 0.42 , saturation: 0.98 and the lightness value of 4afda4 is 0.64.

The process color (four color CMYK) of #4afda4 color hex is 0.71, 0.00, 0.35, 0.01. Web safe color of #4afda4 is #33ff99. Color #4afda4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111101 10100100
Octal 112 375 244
Decimal 74 253 164
Hex 4A FD A4

RGB Percentages of Color #4afda4

%15.07
%51.53
%33.40

CMYK Percentages of Color #4afda4

%71
%0
%35
%1

Triadic Colors of #4afda4

#4afda4 #a44afd #fda44a

Analogous Colors of #4afda4

#4afda4 #4afdfd #4afd4b

Monochromatic Colors of #4afda4

#4afda4

Complementary Color

#4afda4 #fd4aa3

#4afda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afda4 Color CSS Codes

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

#4afda4 Text Font Color

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

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


#4afda4 Background Color

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

This div background color is #4afda4


#4afda4 Border Color

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

This div border color is #4afda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afda4


Comments

No comments written yet.

Please login to write comment.