Color Hex Logo

#40bdbc Color Hex

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

Color spaces of #40bdbc

RGB 64189188
HSL0.500.490.50
HSV180°66°74°
CMYK 0.660.000.01   0.26
XYZ29.389041.116053.9642
Yxy41.11600.23610.3303
Hunter Lab64.1218-30.4010-5.0126
CIE-Lab70.2571-33.6925-9.5557

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

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

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

Base Numbers

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

RGB Percentages of Color #40bdbc

%14.51
%42.86
%42.63

CMYK Percentages of Color #40bdbc

%66
%0
%1
%26

Triadic Colors of #40bdbc

#40bdbc #bc40bd #bdbc40

Analogous Colors of #40bdbc

#40bdbc #4080bd #40bd7e

Monochromatic Colors of #40bdbc

#40bdbc

Complementary Color

#40bdbc #bd4041

#40bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bdbc Color CSS Codes

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

#40bdbc Text Font Color

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

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


#40bdbc Background Color

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

This div background color is #40bdbc


#40bdbc Border Color

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

This div border color is #40bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bdbc


Comments

No comments written yet.

Please login to write comment.