Color Hex Logo

#40cadb Color Hex

#40CADB
(64,202,219)
0 Favorites   0 Comments

Color spaces of #40cadb

RGB 64202219
HSL0.520.680.55
HSV187°71°86°
CMYK 0.710.080.00   0.14
XYZ36.021148.445574.4702
Yxy48.44550.22660.3048
Hunter Lab69.6028-29.4269-14.7143
CIE-Lab75.1051-30.8601-19.1351

#40cadb color RGB value is (64,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001010 11011011
Octal 100 312 333
Decimal 64 202 219
Hex 40 CA DB

RGB Percentages of Color #40cadb

%13.20
%41.65
%45.15

CMYK Percentages of Color #40cadb

%71
%8
%0
%14

Triadic Colors of #40cadb

#40cadb #db40ca #cadb40

Analogous Colors of #40cadb

#40cadb #407ddb #40db9f

Monochromatic Colors of #40cadb

#40cadb

Complementary Color

#40cadb #db5140

#40cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40cadb Color CSS Codes

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

#40cadb Text Font Color

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

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


#40cadb Background Color

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

This div background color is #40cadb


#40cadb Border Color

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

This div border color is #40cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40cadb


Comments

No comments written yet.

Please login to write comment.