Color Hex Logo

#40adbd Color Hex

#40ADBD
(64,173,189)
0 Favorites   0 Comments

Color spaces of #40adbd

RGB 64173189
HSL0.520.490.50
HSV188°66°74°
CMYK 0.660.080.00   0.26
XYZ26.243234.651353.4493
Yxy34.65130.22950.3030
Hunter Lab58.8654-23.4360-12.6291
CIE-Lab65.4763-25.6070-17.2935

#40adbd color RGB value is (64,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101101 10111101
Octal 100 255 275
Decimal 64 173 189
Hex 40 AD BD

RGB Percentages of Color #40adbd

%15.02
%40.61
%44.37

CMYK Percentages of Color #40adbd

%66
%8
%0
%26

Triadic Colors of #40adbd

#40adbd #bd40ad #adbd40

Analogous Colors of #40adbd

#40adbd #406fbd #40bd8f

Monochromatic Colors of #40adbd

#40adbd

Complementary Color

#40adbd #bd5040

#40adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40adbd Color CSS Codes

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

#40adbd Text Font Color

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

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


#40adbd Background Color

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

This div background color is #40adbd


#40adbd Border Color

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

This div border color is #40adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40adbd


Comments

No comments written yet.

Please login to write comment.