Color Hex Logo

#40aece Color Hex

#40AECE
(64,174,206)
0 Favorites   0 Comments

Color spaces of #40aece

RGB 64174206
HSL0.540.590.53
HSV194°69°81°
CMYK 0.690.160.00   0.19
XYZ28.391035.818363.8098
Yxy35.81830.22180.2798
Hunter Lab59.8484-20.0575-21.3206
CIE-Lab66.3809-20.8558-25.3320

#40aece color RGB value is (64,174,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101110 11001110
Octal 100 256 316
Decimal 64 174 206
Hex 40 AE CE

RGB Percentages of Color #40aece

%14.41
%39.19
%46.40

CMYK Percentages of Color #40aece

%69
%16
%0
%19

Triadic Colors of #40aece

#40aece #ce40ae #aece40

Analogous Colors of #40aece

#40aece #4067ce #40cea7

Monochromatic Colors of #40aece

#40aece

Complementary Color

#40aece #ce6040

#40aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aece Color CSS Codes

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

#40aece Text Font Color

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

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


#40aece Background Color

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

This div background color is #40aece


#40aece Border Color

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

This div border color is #40aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aece


Comments

No comments written yet.

Please login to write comment.