Color Hex Logo

#40bcdb Color Hex

#40BCDB
(64,188,219)
0 Favorites   0 Comments

Color spaces of #40bcdb

RGB 64188219
HSL0.530.680.55
HSV192°71°86°
CMYK 0.710.140.00   0.14
XYZ32.883842.170973.4245
Yxy42.17090.22150.2840
Hunter Lab64.9391-23.2548-21.5798
CIE-Lab70.9886-23.9421-25.4038

#40bcdb color RGB value is (64,188,219).

#40bcdb hex color red value is 64, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #40bcdb hue: 0.53 , saturation: 0.68 and the lightness value of 40bcdb is 0.55.

The process color (four color CMYK) of #40bcdb color hex is 0.71, 0.14, 0.00, 0.14. Web safe color of #40bcdb is #33cccc. Color #40bcdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111100 11011011
Octal 100 274 333
Decimal 64 188 219
Hex 40 BC DB

RGB Percentages of Color #40bcdb

%13.59
%39.92
%46.50

CMYK Percentages of Color #40bcdb

%71
%14
%0
%14

Triadic Colors of #40bcdb

#40bcdb #db40bc #bcdb40

Analogous Colors of #40bcdb

#40bcdb #406fdb #40dbad

Monochromatic Colors of #40bcdb

#40bcdb

Complementary Color

#40bcdb #db5f40

#40bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bcdb Color CSS Codes

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

#40bcdb Text Font Color

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

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


#40bcdb Background Color

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

This div background color is #40bcdb


#40bcdb Border Color

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

This div border color is #40bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bcdb


Comments

No comments written yet.

Please login to write comment.