Color Hex Logo

#40ffad Color Hex

#40FFAD
(64,255,173)
0 Favorites   0 Comments

Color spaces of #40ffad

RGB 64255173
HSL0.431.000.63
HSV154°75°100°
CMYK 0.750.000.32   0.00
XYZ45.417275.627151.7389
Yxy75.62710.26290.4377
Hunter Lab86.9638-58.964425.6003
CIE-Lab89.6859-64.644326.1484

#40ffad color RGB value is (64,255,173).

#40ffad hex color red value is 64, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #40ffad hue: 0.43 , saturation: 1.00 and the lightness value of 40ffad is 0.63.

The process color (four color CMYK) of #40ffad color hex is 0.75, 0.00, 0.32, 0.00. Web safe color of #40ffad is #33ff99. Color #40ffad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11111111 10101101
Octal 100 377 255
Decimal 64 255 173
Hex 40 FF AD

RGB Percentages of Color #40ffad

%13.01
%51.83
%35.16

CMYK Percentages of Color #40ffad

%75
%0
%32
%0

Triadic Colors of #40ffad

#40ffad #ad40ff #ffad40

Analogous Colors of #40ffad

#40ffad #40f2ff #40ff4e

Monochromatic Colors of #40ffad

#40ffad

Complementary Color

#40ffad #ff4092

#40ffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ffad Color CSS Codes

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

#40ffad Text Font Color

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

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


#40ffad Background Color

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

This div background color is #40ffad


#40ffad Border Color

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

This div border color is #40ffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ffad

Related Colors


Comments

No comments written yet.

Please login to write comment.