Color Hex Logo

#4afcaa Color Hex

#4AFCAA
(74,252,170)
0 Favorites   0 Comments

Color spaces of #4afcaa

RGB 74252170
HSL0.420.970.64
HSV152°71°99°
CMYK 0.710.000.33   0.01
XYZ44.890173.978949.9436
Yxy73.97890.26590.4382
Hunter Lab86.0110-57.358125.7800
CIE-Lab88.9125-62.828726.6414

#4afcaa color RGB value is (74,252,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 10101010
Octal 112 374 252
Decimal 74 252 170
Hex 4A FC AA

RGB Percentages of Color #4afcaa

%14.92
%50.81
%34.27

CMYK Percentages of Color #4afcaa

%71
%0
%33
%1

Triadic Colors of #4afcaa

#4afcaa #aa4afc #fcaa4a

Analogous Colors of #4afcaa

#4afcaa #4af5fc #4afc51

Monochromatic Colors of #4afcaa

#4afcaa

Complementary Color

#4afcaa #fc4a9c

#4afcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcaa Color CSS Codes

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

#4afcaa Text Font Color

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

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


#4afcaa Background Color

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

This div background color is #4afcaa


#4afcaa Border Color

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

This div border color is #4afcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,252,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 #4afcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcaa


Comments

No comments written yet.

Please login to write comment.