Color Hex Logo

#40adaa Color Hex

#40ADAA
(64,173,170)
0 Favorites   0 Comments

Color spaces of #40adaa

RGB 64173170
HSL0.500.460.46
HSV178°63°68°
CMYK 0.630.000.02   0.32
XYZ24.313633.879443.2881
Yxy33.87940.23960.3338
Hunter Lab58.2060-27.2982-3.3501
CIE-Lab64.8667-31.1635-7.6363

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101101 10101010
Octal 100 255 252
Decimal 64 173 170
Hex 40 AD AA

RGB Percentages of Color #40adaa

%15.72
%42.51
%41.77

CMYK Percentages of Color #40adaa

%63
%0
%2
%32

Triadic Colors of #40adaa

#40adaa #aa40ad #adaa40

Analogous Colors of #40adaa

#40adaa #407aad #40ad74

Monochromatic Colors of #40adaa

#40adaa

Complementary Color

#40adaa #ad4043

#40adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#40adaa Color CSS Codes

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

#40adaa Text Font Color

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

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


#40adaa Background Color

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

This div background color is #40adaa


#40adaa Border Color

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

This div border color is #40adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40adaa


Comments

No comments written yet.

Please login to write comment.