Color Hex Logo

#40bdac Color Hex

#40BDAC
(64,189,172)
0 Favorites   0 Comments

Color spaces of #40bdac

RGB 64189172
HSL0.480.490.50
HSV172°66°74°
CMYK 0.660.000.09   0.26
XYZ27.758340.463745.3770
Yxy40.46370.24440.3562
Hunter Lab63.6111-33.42642.2332
CIE-Lab69.7985-38.0887-1.4616

#40bdac color RGB value is (64,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111101 10101100
Octal 100 275 254
Decimal 64 189 172
Hex 40 BD AC

RGB Percentages of Color #40bdac

%15.06
%44.47
%40.47

CMYK Percentages of Color #40bdac

%66
%0
%9
%26

Triadic Colors of #40bdac

#40bdac #ac40bd #bdac40

Analogous Colors of #40bdac

#40bdac #4090bd #40bd6e

Monochromatic Colors of #40bdac

#40bdac

Complementary Color

#40bdac #bd4051

#40bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bdac Color CSS Codes

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

#40bdac Text Font Color

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

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


#40bdac Background Color

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

This div background color is #40bdac


#40bdac Border Color

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

This div border color is #40bdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bdac


Comments

No comments written yet.

Please login to write comment.