Color Hex Logo

#40aaee Color Hex

#40AAEE
(64,170,238)
0 Favorites   0 Comments

Color spaces of #40aaee

RGB 64170238
HSL0.570.840.59
HSV203°73°93°
CMYK 0.730.290.00   0.07
XYZ31.921736.012586.1576
Yxy36.01250.20720.2337
Hunter Lab60.0104-10.0677-43.1160
CIE-Lab66.5295-8.1790-42.6948

#40aaee color RGB value is (64,170,238).

#40aaee hex color red value is 64, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #40aaee hue: 0.57 , saturation: 0.84 and the lightness value of 40aaee is 0.59.

The process color (four color CMYK) of #40aaee color hex is 0.73, 0.29, 0.00, 0.07. Web safe color of #40aaee is #3399ff. Color #40aaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101010 11101110
Octal 100 252 356
Decimal 64 170 238
Hex 40 AA EE

RGB Percentages of Color #40aaee

%13.56
%36.02
%50.42

CMYK Percentages of Color #40aaee

%73
%29
%0
%7

Triadic Colors of #40aaee

#40aaee #ee40aa #aaee40

Analogous Colors of #40aaee

#40aaee #4053ee #40eedb

Monochromatic Colors of #40aaee

#40aaee

Complementary Color

#40aaee #ee8440

#40aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aaee Color CSS Codes

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

#40aaee Text Font Color

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

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


#40aaee Background Color

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

This div background color is #40aaee


#40aaee Border Color

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

This div border color is #40aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aaee


Comments

No comments written yet.

Please login to write comment.