Color Hex Logo

#4afcac Color Hex

#4AFCAC
(74,252,172)
0 Favorites   0 Comments

Color spaces of #4afcac

RGB 74252172
HSL0.430.970.64
HSV153°71°99°
CMYK 0.710.000.32   0.01
XYZ45.080874.055250.9478
Yxy74.05520.26510.4354
Hunter Lab86.0553-57.088125.1370
CIE-Lab88.9486-62.433525.6767

#4afcac color RGB value is (74,252,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 10101100
Octal 112 374 254
Decimal 74 252 172
Hex 4A FC AC

RGB Percentages of Color #4afcac

%14.86
%50.60
%34.54

CMYK Percentages of Color #4afcac

%71
%0
%32
%1

Triadic Colors of #4afcac

#4afcac #ac4afc #fcac4a

Analogous Colors of #4afcac

#4afcac #4af3fc #4afc53

Monochromatic Colors of #4afcac

#4afcac

Complementary Color

#4afcac #fc4a9a

#4afcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcac Color CSS Codes

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

#4afcac Text Font Color

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

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


#4afcac Background Color

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

This div background color is #4afcac


#4afcac Border Color

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

This div border color is #4afcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcac


Comments

No comments written yet.

Please login to write comment.