Color Hex Logo

#40bcbd Color Hex

#40BCBD
(64,188,189)
0 Favorites   0 Comments

Color spaces of #40bcbd

RGB 64188189
HSL0.500.490.50
HSV180°66°74°
CMYK 0.660.010.00   0.26
XYZ29.282940.730654.4625
Yxy40.73060.23520.3272
Hunter Lab63.8205-29.7844-5.9219
CIE-Lab69.9868-32.9345-10.5075

#40bcbd color RGB value is (64,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111100 10111101
Octal 100 274 275
Decimal 64 188 189
Hex 40 BC BD

RGB Percentages of Color #40bcbd

%14.51
%42.63
%42.86

CMYK Percentages of Color #40bcbd

%66
%1
%0
%26

Triadic Colors of #40bcbd

#40bcbd #bd40bc #bcbd40

Analogous Colors of #40bcbd

#40bcbd #407ebd #40bd80

Monochromatic Colors of #40bcbd

#40bcbd

Complementary Color

#40bcbd #bd4140

#40bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bcbd Color CSS Codes

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

#40bcbd Text Font Color

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

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


#40bcbd Background Color

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

This div background color is #40bcbd


#40bcbd Border Color

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

This div border color is #40bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bcbd


Comments

No comments written yet.

Please login to write comment.