Color Hex Logo

#4acfac Color Hex

#4ACFAC
(74,207,172)
0 Favorites   0 Comments

Color spaces of #4acfac

RGB 74207172
HSL0.460.580.55
HSV164°64°81°
CMYK 0.640.000.17   0.19
XYZ32.583349.060146.7819
Yxy49.06010.25370.3820
Hunter Lab70.0429-39.53869.4300
CIE-Lab75.4887-44.41166.8229

#4acfac color RGB value is (74,207,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001111 10101100
Octal 112 317 254
Decimal 74 207 172
Hex 4A CF AC

RGB Percentages of Color #4acfac

%16.34
%45.70
%37.97

CMYK Percentages of Color #4acfac

%64
%0
%17
%19

Triadic Colors of #4acfac

#4acfac #ac4acf #cfac4a

Analogous Colors of #4acfac

#4acfac #4ab0cf #4acf6a

Monochromatic Colors of #4acfac

#4acfac

Complementary Color

#4acfac #cf4a6d

#4acfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acfac Color CSS Codes

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

#4acfac Text Font Color

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

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


#4acfac Background Color

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

This div background color is #4acfac


#4acfac Border Color

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

This div border color is #4acfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acfac


Comments

No comments written yet.

Please login to write comment.