Color Hex Logo

#40bdbb Color Hex

#40BDBB
(64,189,187)
0 Favorites   0 Comments

Color spaces of #40bdbb

RGB 64189187
HSL0.500.490.50
HSV179°66°74°
CMYK 0.660.000.01   0.26
XYZ29.281641.073053.3983
Yxy41.07300.23660.3319
Hunter Lab64.0882-30.5986-4.5387
CIE-Lab70.2270-33.9752-9.0523

#40bdbb color RGB value is (64,189,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111101 10111011
Octal 100 275 273
Decimal 64 189 187
Hex 40 BD BB

RGB Percentages of Color #40bdbb

%14.55
%42.95
%42.50

CMYK Percentages of Color #40bdbb

%66
%0
%1
%26

Triadic Colors of #40bdbb

#40bdbb #bb40bd #bdbb40

Analogous Colors of #40bdbb

#40bdbb #4081bd #40bd7d

Monochromatic Colors of #40bdbb

#40bdbb

Complementary Color

#40bdbb #bd4042

#40bdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bdbb Color CSS Codes

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

#40bdbb Text Font Color

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

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


#40bdbb Background Color

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

This div background color is #40bdbb


#40bdbb Border Color

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

This div border color is #40bdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bdbb


Comments

No comments written yet.

Please login to write comment.