Color Hex Logo

#40af9d Color Hex

#40AF9D
(64,175,157)
0 Favorites   0 Comments

Color spaces of #40af9d

RGB 64175157
HSL0.470.460.47
HSV170°63°69°
CMYK 0.630.000.10   0.31
XYZ23.530134.184337.2563
Yxy34.18430.24780.3599
Hunter Lab58.4673-30.48083.1466
CIE-Lab65.1086-35.6527-0.0443

#40af9d color RGB value is (64,175,157).

#40af9d hex color red value is 64, green value is 175 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #40af9d hue: 0.47 , saturation: 0.46 and the lightness value of 40af9d is 0.47.

The process color (four color CMYK) of #40af9d color hex is 0.63, 0.00, 0.10, 0.31. Web safe color of #40af9d is #339999. Color #40af9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101111 10011101
Octal 100 257 235
Decimal 64 175 157
Hex 40 AF 9D

RGB Percentages of Color #40af9d

%16.16
%44.19
%39.65

CMYK Percentages of Color #40af9d

%63
%0
%10
%31

Triadic Colors of #40af9d

#40af9d #9d40af #af9d40

Analogous Colors of #40af9d

#40af9d #408aaf #40af66

Monochromatic Colors of #40af9d

#40af9d

Complementary Color

#40af9d #af4052

#40af9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40af9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40af9d Color CSS Codes

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

#40af9d Text Font Color

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

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


#40af9d Background Color

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

This div background color is #40af9d


#40af9d Border Color

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

This div border color is #40af9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40af9d


Comments

No comments written yet.

Please login to write comment.