Color Hex Logo

#4acfaa Color Hex

#4ACFAA
(74,207,170)
0 Favorites   0 Comments

Color spaces of #4acfaa

RGB 74207170
HSL0.450.580.55
HSV163°64°81°
CMYK 0.640.000.18   0.19
XYZ32.392648.983845.7778
Yxy48.98380.25480.3852
Hunter Lab69.9884-39.865010.2117
CIE-Lab75.4412-44.89117.8286

#4acfaa color RGB value is (74,207,170).

#4acfaa hex color red value is 74, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4acfaa hue: 0.45 , saturation: 0.58 and the lightness value of 4acfaa is 0.55.

The process color (four color CMYK) of #4acfaa color hex is 0.64, 0.00, 0.18, 0.19. Web safe color of #4acfaa is #33cc99. Color #4acfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001111 10101010
Octal 112 317 252
Decimal 74 207 170
Hex 4A CF AA

RGB Percentages of Color #4acfaa

%16.41
%45.90
%37.69

CMYK Percentages of Color #4acfaa

%64
%0
%18
%19

Triadic Colors of #4acfaa

#4acfaa #aa4acf #cfaa4a

Analogous Colors of #4acfaa

#4acfaa #4ab2cf #4acf68

Monochromatic Colors of #4acfaa

#4acfaa

Complementary Color

#4acfaa #cf4a6f

#4acfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acfaa Color CSS Codes

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

#4acfaa Text Font Color

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

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


#4acfaa Background Color

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

This div background color is #4acfaa


#4acfaa Border Color

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

This div border color is #4acfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acfaa


Comments

No comments written yet.

Please login to write comment.