Color Hex Logo

#4af3aa Color Hex

#4AF3AA
(74,243,170)
0 Favorites   0 Comments

Color spaces of #4af3aa

RGB 74243170
HSL0.430.880.62
HSV154°70°95°
CMYK 0.700.000.30   0.05
XYZ42.130368.459349.0237
Yxy68.45930.26400.4289
Hunter Lab82.7401-53.905122.7886
CIE-Lab86.2356-59.439222.9789

#4af3aa color RGB value is (74,243,170).

#4af3aa hex color red value is 74, green value is 243 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4af3aa hue: 0.43 , saturation: 0.88 and the lightness value of 4af3aa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11110011 10101010
Octal 112 363 252
Decimal 74 243 170
Hex 4A F3 AA

RGB Percentages of Color #4af3aa

%15.20
%49.90
%34.91

CMYK Percentages of Color #4af3aa

%70
%0
%30
%5

Triadic Colors of #4af3aa

#4af3aa #aa4af3 #f3aa4a

Analogous Colors of #4af3aa

#4af3aa #4ae8f3 #4af355

Monochromatic Colors of #4af3aa

#4af3aa

Complementary Color

#4af3aa #f34a93

#4af3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4af3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4af3aa Color CSS Codes

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

#4af3aa Text Font Color

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

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


#4af3aa Background Color

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

This div background color is #4af3aa


#4af3aa Border Color

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

This div border color is #4af3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4af3aa


Comments

No comments written yet.

Please login to write comment.