Color Hex Logo

#40beac Color Hex

#40BEAC
(64,190,172)
0 Favorites   0 Comments

Color spaces of #40beac

RGB 64190172
HSL0.480.500.50
HSV171°66°75°
CMYK 0.660.000.09   0.25
XYZ27.974240.895545.4489
Yxy40.89550.24470.3577
Hunter Lab63.9496-33.82852.6274
CIE-Lab70.1026-38.5417-1.0162

#40beac color RGB value is (64,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111110 10101100
Octal 100 276 254
Decimal 64 190 172
Hex 40 BE AC

RGB Percentages of Color #40beac

%15.02
%44.60
%40.38

CMYK Percentages of Color #40beac

%66
%0
%9
%25

Triadic Colors of #40beac

#40beac #ac40be #beac40

Analogous Colors of #40beac

#40beac #4091be #40be6d

Monochromatic Colors of #40beac

#40beac

Complementary Color

#40beac #be4052

#40beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#40beac Color CSS Codes

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

#40beac Text Font Color

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

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


#40beac Background Color

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

This div background color is #40beac


#40beac Border Color

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

This div border color is #40beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40beac


Comments

No comments written yet.

Please login to write comment.