Color Hex Logo

#40aedd Color Hex

#40AEDD
(64,174,221)
0 Favorites   0 Comments

Color spaces of #40aedd

RGB 64174221
HSL0.550.700.56
HSV198°71°87°
CMYK 0.710.210.00   0.13
XYZ30.301536.582673.8707
Yxy36.58260.21530.2599
Hunter Lab60.4836-16.4200-30.0745
CIE-Lab66.9627-16.0287-32.6996

#40aedd color RGB value is (64,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101110 11011101
Octal 100 256 335
Decimal 64 174 221
Hex 40 AE DD

RGB Percentages of Color #40aedd

%13.94
%37.91
%48.15

CMYK Percentages of Color #40aedd

%71
%21
%0
%13

Triadic Colors of #40aedd

#40aedd #dd40ae #aedd40

Analogous Colors of #40aedd

#40aedd #4060dd #40ddbe

Monochromatic Colors of #40aedd

#40aedd

Complementary Color

#40aedd #dd6f40

#40aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aedd Color CSS Codes

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

#40aedd Text Font Color

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

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


#40aedd Background Color

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

This div background color is #40aedd


#40aedd Border Color

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

This div border color is #40aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aedd


Comments

No comments written yet.

Please login to write comment.