Color Hex Logo

#40aeec Color Hex

#40AEEC
(64,174,236)
0 Favorites   0 Comments

Color spaces of #40aeec

RGB 64174236
HSL0.560.820.59
HSV202°73°93°
CMYK 0.730.260.00   0.07
XYZ32.390737.418284.8721
Yxy37.41820.20940.2419
Hunter Lab61.1704-12.5297-39.4438
CIE-Lab67.5896-11.0547-39.9423

#40aeec color RGB value is (64,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101110 11101100
Octal 100 256 354
Decimal 64 174 236
Hex 40 AE EC

RGB Percentages of Color #40aeec

%13.50
%36.71
%49.79

CMYK Percentages of Color #40aeec

%73
%26
%0
%7

Triadic Colors of #40aeec

#40aeec #ec40ae #aeec40

Analogous Colors of #40aeec

#40aeec #4058ec #40ecd4

Monochromatic Colors of #40aeec

#40aeec

Complementary Color

#40aeec #ec7e40

#40aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aeec Color CSS Codes

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

#40aeec Text Font Color

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

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


#40aeec Background Color

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

This div background color is #40aeec


#40aeec Border Color

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

This div border color is #40aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aeec


Comments

No comments written yet.

Please login to write comment.