Color Hex Logo

#40eeab Color Hex

#40EEAB
(64,238,171)
0 Favorites   0 Comments

Color spaces of #40eeab

RGB 64238171
HSL0.440.840.59
HSV157°73°93°
CMYK 0.730.000.28   0.07
XYZ40.039665.179348.9986
Yxy65.17930.25960.4226
Hunter Lab80.7337-52.757520.5295
CIE-Lab84.5760-58.699420.1438

#40eeab color RGB value is (64,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11101110 10101011
Octal 100 356 253
Decimal 64 238 171
Hex 40 EE AB

RGB Percentages of Color #40eeab

%13.53
%50.32
%36.15

CMYK Percentages of Color #40eeab

%73
%0
%28
%7

Triadic Colors of #40eeab

#40eeab #ab40ee #eeab40

Analogous Colors of #40eeab

#40eeab #40daee #40ee54

Monochromatic Colors of #40eeab

#40eeab

Complementary Color

#40eeab #ee4083

#40eeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40eeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#40eeab Color CSS Codes

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

#40eeab Text Font Color

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

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


#40eeab Background Color

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

This div background color is #40eeab


#40eeab Border Color

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

This div border color is #40eeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40eeab


Comments

No comments written yet.

Please login to write comment.