Color Hex Logo

#40caae Color Hex

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

Color spaces of #40caae

RGB 64202174
HSL0.470.570.52
HSV168°68°79°
CMYK 0.680.000.14   0.21
XYZ30.874946.387047.3707
Yxy46.38700.24770.3722
Hunter Lab68.1080-38.27096.4380
CIE-Lab73.7960-43.34133.2739

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

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

The process color (four color CMYK) of #40caae color hex is 0.68, 0.00, 0.14, 0.21. Web safe color of #40caae is #33cc99. Color #40caae contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #40caae

%14.55
%45.91
%39.55

CMYK Percentages of Color #40caae

%68
%0
%14
%21

Triadic Colors of #40caae

#40caae #ae40ca #caae40

Analogous Colors of #40caae

#40caae #40a1ca #40ca69

Monochromatic Colors of #40caae

#40caae

Complementary Color

#40caae #ca405c

#40caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#40caae Color CSS Codes

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

#40caae Text Font Color

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

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


#40caae Background Color

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

This div background color is #40caae


#40caae Border Color

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

This div border color is #40caae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40caae


Comments

No comments written yet.

Please login to write comment.