Color Hex Logo

#40eeaa Color Hex

#40EEAA
(64,238,170)
0 Favorites   0 Comments

Color spaces of #40eeaa

RGB 64238170
HSL0.430.840.59
HSV157°73°93°
CMYK 0.730.000.29   0.07
XYZ39.944665.141348.4984
Yxy65.14130.26010.4241
Hunter Lab80.7102-52.900620.8700
CIE-Lab84.5565-58.911820.6334

#40eeaa color RGB value is (64,238,170).

#40eeaa hex color red value is 64, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #40eeaa hue: 0.43 , saturation: 0.84 and the lightness value of 40eeaa is 0.59.

The process color (four color CMYK) of #40eeaa color hex is 0.73, 0.00, 0.29, 0.07. Web safe color of #40eeaa is #33ff99. Color #40eeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11101110 10101010
Octal 100 356 252
Decimal 64 238 170
Hex 40 EE AA

RGB Percentages of Color #40eeaa

%13.56
%50.42
%36.02

CMYK Percentages of Color #40eeaa

%73
%0
%29
%7

Triadic Colors of #40eeaa

#40eeaa #aa40ee #eeaa40

Analogous Colors of #40eeaa

#40eeaa #40dbee #40ee53

Monochromatic Colors of #40eeaa

#40eeaa

Complementary Color

#40eeaa #ee4084

#40eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#40eeaa Color CSS Codes

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

#40eeaa Text Font Color

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

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


#40eeaa Background Color

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

This div background color is #40eeaa


#40eeaa Border Color

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

This div border color is #40eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40eeaa


Comments

No comments written yet.

Please login to write comment.