Color Hex Logo

#40aeca Color Hex

#40AECA
(64,174,202)
0 Favorites   0 Comments

Color spaces of #40aeca

RGB 64174202
HSL0.530.570.52
HSV192°68°79°
CMYK 0.680.140.00   0.21
XYZ27.911135.626461.2826
Yxy35.62640.22360.2854
Hunter Lab59.6879-20.9840-19.0926
CIE-Lab66.2335-22.1144-23.3468

#40aeca color RGB value is (64,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101110 11001010
Octal 100 256 312
Decimal 64 174 202
Hex 40 AE CA

RGB Percentages of Color #40aeca

%14.55
%39.55
%45.91

CMYK Percentages of Color #40aeca

%68
%14
%0
%21

Triadic Colors of #40aeca

#40aeca #ca40ae #aeca40

Analogous Colors of #40aeca

#40aeca #4069ca #40caa1

Monochromatic Colors of #40aeca

#40aeca

Complementary Color

#40aeca #ca5c40

#40aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aeca Color CSS Codes

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

#40aeca Text Font Color

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

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


#40aeca Background Color

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

This div background color is #40aeca


#40aeca Border Color

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

This div border color is #40aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aeca

#40aeca Color Palettes


Comments

No comments written yet.

Please login to write comment.