Color Hex Logo

#40adad Color Hex

#40ADAD
(64,173,173)
0 Favorites   0 Comments

Color spaces of #40adad

RGB 64173173
HSL0.500.460.46
HSV180°63°68°
CMYK 0.630.000.00   0.32
XYZ24.600733.994344.8001
Yxy33.99430.23790.3288
Hunter Lab58.3046-26.7179-4.7440
CIE-Lab64.9580-30.3127-9.1715

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101101 10101101
Octal 100 255 255
Decimal 64 173 173
Hex 40 AD AD

RGB Percentages of Color #40adad

%15.61
%42.20
%42.20

CMYK Percentages of Color #40adad

%63
%0
%0
%32

Triadic Colors of #40adad

#40adad #ad40ad #adad40

Analogous Colors of #40adad

#40adad #4077ad #40ad77

Monochromatic Colors of #40adad

#40adad

Complementary Color

#40adad #ad4040

#40adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#40adad Color CSS Codes

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

#40adad Text Font Color

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

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


#40adad Background Color

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

This div background color is #40adad


#40adad Border Color

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

This div border color is #40adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40adad


Comments

No comments written yet.

Please login to write comment.