Color Hex Logo

#40beab Color Hex

#40BEAB
(64,190,171)
0 Favorites   0 Comments

Color spaces of #40beab

RGB 64190171
HSL0.470.500.50
HSV171°66°75°
CMYK 0.660.000.10   0.25
XYZ27.878540.857244.9450
Yxy40.85720.24520.3594
Hunter Lab63.9196-34.00673.0541
CIE-Lab70.0758-38.8055-0.5081

#40beab color RGB value is (64,190,171).

#40beab hex color red value is 64, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #40beab hue: 0.47 , saturation: 0.50 and the lightness value of 40beab is 0.50.

The process color (four color CMYK) of #40beab color hex is 0.66, 0.00, 0.10, 0.25. Web safe color of #40beab is #33cc99. Color #40beab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111110 10101011
Octal 100 276 253
Decimal 64 190 171
Hex 40 BE AB

RGB Percentages of Color #40beab

%15.06
%44.71
%40.24

CMYK Percentages of Color #40beab

%66
%0
%10
%25

Triadic Colors of #40beab

#40beab #ab40be #beab40

Analogous Colors of #40beab

#40beab #4092be #40be6c

Monochromatic Colors of #40beab

#40beab

Complementary Color

#40beab #be4053

#40beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#40beab Color CSS Codes

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

#40beab Text Font Color

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

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


#40beab Background Color

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

This div background color is #40beab


#40beab Border Color

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

This div border color is #40beab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,190,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 #40beab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40beab


Comments

No comments written yet.

Please login to write comment.