Color Hex Logo

#40aad7 Color Hex

#40AAD7
(64,170,215)
0 Favorites   0 Comments

Color spaces of #40aad7

RGB 64170215
HSL0.550.650.55
HSV198°70°84°
CMYK 0.700.210.00   0.16
XYZ28.754834.745769.4810
Yxy34.74570.21620.2613
Hunter Lab58.9455-16.0787-28.6253
CIE-Lab65.5502-15.8538-31.5825

#40aad7 color RGB value is (64,170,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101010 11010111
Octal 100 252 327
Decimal 64 170 215
Hex 40 AA D7

RGB Percentages of Color #40aad7

%14.25
%37.86
%47.88

CMYK Percentages of Color #40aad7

%70
%21
%0
%16

Triadic Colors of #40aad7

#40aad7 #d740aa #aad740

Analogous Colors of #40aad7

#40aad7 #405fd7 #40d7b9

Monochromatic Colors of #40aad7

#40aad7

Complementary Color

#40aad7 #d76d40

#40aad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aad7 Color CSS Codes

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

#40aad7 Text Font Color

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

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


#40aad7 Background Color

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

This div background color is #40aad7


#40aad7 Border Color

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

This div border color is #40aad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aad7


Comments

No comments written yet.

Please login to write comment.