Color Hex Logo

#40aeee Color Hex

#40AEEE
(64,174,238)
0 Favorites   0 Comments

Color spaces of #40aeee

RGB 64174238
HSL0.560.840.59
HSV202°73°93°
CMYK 0.730.270.00   0.07
XYZ32.683037.535186.4113
Yxy37.53510.20870.2396
Hunter Lab61.2659-11.9924-40.7383
CIE-Lab67.6766-10.3821-40.8984

#40aeee color RGB value is (64,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101110 11101110
Octal 100 256 356
Decimal 64 174 238
Hex 40 AE EE

RGB Percentages of Color #40aeee

%13.45
%36.55
%50.00

CMYK Percentages of Color #40aeee

%73
%27
%0
%7

Triadic Colors of #40aeee

#40aeee #ee40ae #aeee40

Analogous Colors of #40aeee

#40aeee #4057ee #40eed7

Monochromatic Colors of #40aeee

#40aeee

Complementary Color

#40aeee #ee8040

#40aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aeee Color CSS Codes

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

#40aeee Text Font Color

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

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


#40aeee Background Color

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

This div background color is #40aeee


#40aeee Border Color

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

This div border color is #40aeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,174,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 #40aeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aeee


Comments

No comments written yet.

Please login to write comment.