Color Hex Logo

#40aa9b Color Hex

#40AA9B
(64,170,155)
0 Favorites   0 Comments

Color spaces of #40aa9b

RGB 64170155
HSL0.480.450.46
HSV172°62°67°
CMYK 0.620.000.09   0.33
XYZ22.405532.206036.0458
Yxy32.20600.24710.3552
Hunter Lab56.7503-28.83982.0663
CIE-Lab63.5128-33.8577-1.2640

#40aa9b color RGB value is (64,170,155).

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

The process color (four color CMYK) of #40aa9b color hex is 0.62, 0.00, 0.09, 0.33. Web safe color of #40aa9b is #339999. Color #40aa9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101010 10011011
Octal 100 252 233
Decimal 64 170 155
Hex 40 AA 9B

RGB Percentages of Color #40aa9b

%16.45
%43.70
%39.85

CMYK Percentages of Color #40aa9b

%62
%0
%9
%33

Triadic Colors of #40aa9b

#40aa9b #9b40aa #aa9b40

Analogous Colors of #40aa9b

#40aa9b #4084aa #40aa66

Monochromatic Colors of #40aa9b

#40aa9b

Complementary Color

#40aa9b #aa404f

#40aa9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aa9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aa9b Color CSS Codes

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

#40aa9b Text Font Color

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

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


#40aa9b Background Color

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

This div background color is #40aa9b


#40aa9b Border Color

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

This div border color is #40aa9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aa9b


Comments

No comments written yet.

Please login to write comment.