Color Hex Logo

#40afac Color Hex

#40AFAC
(64,175,172)
0 Favorites   0 Comments

Color spaces of #40afac

RGB 64175172
HSL0.500.460.47
HSV178°63°69°
CMYK 0.630.000.02   0.31
XYZ24.890734.728544.4211
Yxy34.72850.23920.3338
Hunter Lab58.9309-27.7358-3.4402
CIE-Lab65.5367-31.5598-7.7531

#40afac color RGB value is (64,175,172).

#40afac hex color red value is 64, green value is 175 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #40afac hue: 0.50 , saturation: 0.46 and the lightness value of 40afac is 0.47.

The process color (four color CMYK) of #40afac color hex is 0.63, 0.00, 0.02, 0.31. Web safe color of #40afac is #339999. Color #40afac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101111 10101100
Octal 100 257 254
Decimal 64 175 172
Hex 40 AF AC

RGB Percentages of Color #40afac

%15.57
%42.58
%41.85

CMYK Percentages of Color #40afac

%63
%0
%2
%31

Triadic Colors of #40afac

#40afac #ac40af #afac40

Analogous Colors of #40afac

#40afac #407baf #40af75

Monochromatic Colors of #40afac

#40afac

Complementary Color

#40afac #af4043

#40afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#40afac Color CSS Codes

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

#40afac Text Font Color

<p style="color:#40afac">Text here</p>

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


#40afac Background Color

<div style="background-color:#40afac">
Div content here</div>

This div background color is #40afac


#40afac Border Color

<div style="border:3px solid #40afac">
Div here</div>

This div border color is #40afac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,175,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40afac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40afac;
  -webkit-box-shadow: 1px 1px 3px 2px #40afac;
  box-shadow:         1px 1px 3px 2px #40afac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,175,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 #40afac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40afac


Comments

No comments written yet.

Please login to write comment.