Color Hex Logo

#40fac4 Color Hex

#40FAC4
(64,250,196)
0 Favorites   0 Comments

Color spaces of #40fac4

RGB 64250196
HSL0.450.950.62
HSV163°74°98°
CMYK 0.740.000.22   0.02
XYZ46.263873.446763.9628
Yxy73.44670.25190.3999
Hunter Lab85.7011-53.617615.7398
CIE-Lab88.6603-57.809712.9472

#40fac4 color RGB value is (64,250,196).

#40fac4 hex color red value is 64, green value is 250 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #40fac4 hue: 0.45 , saturation: 0.95 and the lightness value of 40fac4 is 0.62.

The process color (four color CMYK) of #40fac4 color hex is 0.74, 0.00, 0.22, 0.02. Web safe color of #40fac4 is #33ffcc. Color #40fac4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11111010 11000100
Octal 100 372 304
Decimal 64 250 196
Hex 40 FA C4

RGB Percentages of Color #40fac4

%12.55
%49.02
%38.43

CMYK Percentages of Color #40fac4

%74
%0
%22
%2

Triadic Colors of #40fac4

#40fac4 #c440fa #fac440

Analogous Colors of #40fac4

#40fac4 #40d3fa #40fa67

Monochromatic Colors of #40fac4

#40fac4

Complementary Color

#40fac4 #fa4076

#40fac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40fac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40fac4 Color CSS Codes

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

#40fac4 Text Font Color

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

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


#40fac4 Background Color

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

This div background color is #40fac4


#40fac4 Border Color

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

This div border color is #40fac4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,250,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40fac4

Related Colors


Comments

No comments written yet.

Please login to write comment.