Color Hex Logo

#40cfaa Color Hex

#40CFAA
(64,207,170)
0 Favorites   0 Comments

Color spaces of #40cfaa

RGB 64207170
HSL0.460.600.53
HSV164°69°81°
CMYK 0.690.000.18   0.19
XYZ31.682948.617945.7445
Yxy48.61790.25140.3857
Hunter Lab69.7265-40.91329.9110
CIE-Lab75.2130-46.47687.4714

#40cfaa color RGB value is (64,207,170).

#40cfaa hex color red value is 64, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #40cfaa hue: 0.46 , saturation: 0.60 and the lightness value of 40cfaa is 0.53.

The process color (four color CMYK) of #40cfaa color hex is 0.69, 0.00, 0.18, 0.19. Web safe color of #40cfaa is #33cc99. Color #40cfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001111 10101010
Octal 100 317 252
Decimal 64 207 170
Hex 40 CF AA

RGB Percentages of Color #40cfaa

%14.51
%46.94
%38.55

CMYK Percentages of Color #40cfaa

%69
%0
%18
%19

Triadic Colors of #40cfaa

#40cfaa #aa40cf #cfaa40

Analogous Colors of #40cfaa

#40cfaa #40adcf #40cf62

Monochromatic Colors of #40cfaa

#40cfaa

Complementary Color

#40cfaa #cf4065

#40cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#40cfaa Color CSS Codes

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

#40cfaa Text Font Color

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

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


#40cfaa Background Color

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

This div background color is #40cfaa


#40cfaa Border Color

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

This div border color is #40cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40cfaa


Comments

No comments written yet.

Please login to write comment.