Color Hex Logo

#40d4ca Color Hex

#40D4CA
(64,212,202)
0 Favorites   0 Comments

Color spaces of #40d4ca

RGB 64212202
HSL0.490.630.54
HSV176°70°83°
CMYK 0.700.000.05   0.17
XYZ36.318552.441264.0851
Yxy52.44120.23760.3431
Hunter Lab72.4163-37.2065-1.7775
CIE-Lab77.5439-40.3793-6.3257

#40d4ca color RGB value is (64,212,202).

#40d4ca hex color red value is 64, green value is 212 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #40d4ca hue: 0.49 , saturation: 0.63 and the lightness value of 40d4ca is 0.54.

The process color (four color CMYK) of #40d4ca color hex is 0.70, 0.00, 0.05, 0.17. Web safe color of #40d4ca is #33cccc. Color #40d4ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11010100 11001010
Octal 100 324 312
Decimal 64 212 202
Hex 40 D4 CA

RGB Percentages of Color #40d4ca

%13.39
%44.35
%42.26

CMYK Percentages of Color #40d4ca

%70
%0
%5
%17

Triadic Colors of #40d4ca

#40d4ca #ca40d4 #d4ca40

Analogous Colors of #40d4ca

#40d4ca #4094d4 #40d480

Monochromatic Colors of #40d4ca

#40d4ca

Complementary Color

#40d4ca #d4404a

#40d4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40d4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#40d4ca Color CSS Codes

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

#40d4ca Text Font Color

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

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


#40d4ca Background Color

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

This div background color is #40d4ca


#40d4ca Border Color

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

This div border color is #40d4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40d4ca


Comments

No comments written yet.

Please login to write comment.