Color Hex Logo

#40aeda Color Hex

#40AEDA
(64,174,218)
0 Favorites   0 Comments

Color spaces of #40aeda

RGB 64174218
HSL0.550.680.55
HSV197°71°85°
CMYK 0.710.200.00   0.15
XYZ29.905336.424071.7840
Yxy36.42400.21650.2637
Hunter Lab60.3523-17.1676-28.2739
CIE-Lab66.8426-17.0064-31.2360

#40aeda color RGB value is (64,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101110 11011010
Octal 100 256 332
Decimal 64 174 218
Hex 40 AE DA

RGB Percentages of Color #40aeda

%14.04
%38.16
%47.81

CMYK Percentages of Color #40aeda

%71
%20
%0
%15

Triadic Colors of #40aeda

#40aeda #da40ae #aeda40

Analogous Colors of #40aeda

#40aeda #4061da #40dab9

Monochromatic Colors of #40aeda

#40aeda

Complementary Color

#40aeda #da6c40

#40aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aeda Color CSS Codes

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

#40aeda Text Font Color

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

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


#40aeda Background Color

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

This div background color is #40aeda


#40aeda Border Color

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

This div border color is #40aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aeda


Comments

No comments written yet.

Please login to write comment.