Color Hex Logo

#40afbd Color Hex

#40AFBD
(64,175,189)
0 Favorites   0 Comments

Color spaces of #40afbd

RGB 64175189
HSL0.520.490.50
HSV187°66°74°
CMYK 0.660.070.00   0.26
XYZ26.629635.424153.5781
Yxy35.42410.23030.3064
Hunter Lab59.5181-24.2923-11.7100
CIE-Lab66.0775-26.6085-16.3835

#40afbd color RGB value is (64,175,189).

#40afbd hex color red value is 64, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #40afbd hue: 0.52 , saturation: 0.49 and the lightness value of 40afbd is 0.50.

The process color (four color CMYK) of #40afbd color hex is 0.66, 0.07, 0.00, 0.26. Web safe color of #40afbd is #3399cc. Color #40afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101111 10111101
Octal 100 257 275
Decimal 64 175 189
Hex 40 AF BD

RGB Percentages of Color #40afbd

%14.95
%40.89
%44.16

CMYK Percentages of Color #40afbd

%66
%7
%0
%26

Triadic Colors of #40afbd

#40afbd #bd40af #afbd40

Analogous Colors of #40afbd

#40afbd #4071bd #40bd8d

Monochromatic Colors of #40afbd

#40afbd

Complementary Color

#40afbd #bd4e40

#40afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40afbd Color CSS Codes

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

#40afbd Text Font Color

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

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


#40afbd Background Color

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

This div background color is #40afbd


#40afbd Border Color

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

This div border color is #40afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40afbd


Comments

No comments written yet.

Please login to write comment.