Color Hex Logo

#40addb Color Hex

#40ADDB
(64,173,219)
0 Favorites   0 Comments

Color spaces of #40addb

RGB 64173219
HSL0.550.680.55
HSV198°71°86°
CMYK 0.710.210.00   0.14
XYZ29.844136.091672.4113
Yxy36.09160.21570.2609
Hunter Lab60.0763-16.4600-29.4102
CIE-Lab66.5899-16.1490-32.1774

#40addb color RGB value is (64,173,219).

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

The process color (four color CMYK) of #40addb color hex is 0.71, 0.21, 0.00, 0.14. Web safe color of #40addb is #3399cc. Color #40addb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101101 11011011
Octal 100 255 333
Decimal 64 173 219
Hex 40 AD DB

RGB Percentages of Color #40addb

%14.04
%37.94
%48.03

CMYK Percentages of Color #40addb

%71
%21
%0
%14

Triadic Colors of #40addb

#40addb #db40ad #addb40

Analogous Colors of #40addb

#40addb #4060db #40dbbc

Monochromatic Colors of #40addb

#40addb

Complementary Color

#40addb #db6e40

#40addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40addb Color CSS Codes

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

#40addb Text Font Color

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

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


#40addb Background Color

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

This div background color is #40addb


#40addb Border Color

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

This div border color is #40addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40addb


Comments

No comments written yet.

Please login to write comment.