Color Hex Logo

#40adde Color Hex

#40ADDE
(64,173,222)
0 Favorites   0 Comments

Color spaces of #40adde

RGB 64173222
HSL0.550.710.56
HSV199°71°87°
CMYK 0.710.220.00   0.13
XYZ30.242736.251174.5104
Yxy36.25110.21450.2571
Hunter Lab60.2089-15.7057-31.2270
CIE-Lab66.7113-15.1664-33.6388

#40adde color RGB value is (64,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101101 11011110
Octal 100 255 336
Decimal 64 173 222
Hex 40 AD DE

RGB Percentages of Color #40adde

%13.94
%37.69
%48.37

CMYK Percentages of Color #40adde

%71
%22
%0
%13

Triadic Colors of #40adde

#40adde #de40ad #adde40

Analogous Colors of #40adde

#40adde #405ede #40dec0

Monochromatic Colors of #40adde

#40adde

Complementary Color

#40adde #de7140

#40adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#40adde Color CSS Codes

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

#40adde Text Font Color

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

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


#40adde Background Color

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

This div background color is #40adde


#40adde Border Color

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

This div border color is #40adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40adde


Comments

No comments written yet.

Please login to write comment.