Color Hex Logo

#40fab5 Color Hex

#40FAB5
(64,250,181)
0 Favorites   0 Comments

Color spaces of #40fab5

RGB 64250181
HSL0.440.950.62
HSV158°74°98°
CMYK 0.740.000.28   0.02
XYZ44.640472.797455.4146
Yxy72.79740.25830.4212
Hunter Lab85.3214-55.920721.2173
CIE-Lab88.3510-61.131720.2352

#40fab5 color RGB value is (64,250,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11111010 10110101
Octal 100 372 265
Decimal 64 250 181
Hex 40 FA B5

RGB Percentages of Color #40fab5

%12.93
%50.51
%36.57

CMYK Percentages of Color #40fab5

%74
%0
%28
%2

Triadic Colors of #40fab5

#40fab5 #b540fa #fab540

Analogous Colors of #40fab5

#40fab5 #40e2fa #40fa58

Monochromatic Colors of #40fab5

#40fab5

Complementary Color

#40fab5 #fa4085

#40fab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40fab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40fab5 Color CSS Codes

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

#40fab5 Text Font Color

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

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


#40fab5 Background Color

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

This div background color is #40fab5


#40fab5 Border Color

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

This div border color is #40fab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40fab5

Related Colors


Comments

No comments written yet.

Please login to write comment.