Color Hex Logo

#41a9aa Color Hex

#41A9AA
(65,169,170)
0 Favorites   0 Comments

Color spaces of #41a9aa

RGB 65169170
HSL0.500.450.46
HSV181°62°67°
CMYK 0.620.010.00   0.33
XYZ23.623632.402043.0393
Yxy32.40200.23850.3271
Hunter Lab56.9228-25.5353-4.9832
CIE-Lab63.6738-29.0527-9.4108

#41a9aa color RGB value is (65,169,170).

#41a9aa hex color red value is 65, green value is 169 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #41a9aa hue: 0.50 , saturation: 0.45 and the lightness value of 41a9aa is 0.46.

The process color (four color CMYK) of #41a9aa color hex is 0.62, 0.01, 0.00, 0.33. Web safe color of #41a9aa is #339999. Color #41a9aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101001 10101010
Octal 101 251 252
Decimal 65 169 170
Hex 41 A9 AA

RGB Percentages of Color #41a9aa

%16.09
%41.83
%42.08

CMYK Percentages of Color #41a9aa

%62
%1
%0
%33

Triadic Colors of #41a9aa

#41a9aa #aa41a9 #a9aa41

Analogous Colors of #41a9aa

#41a9aa #4175aa #41aa77

Monochromatic Colors of #41a9aa

#41a9aa

Complementary Color

#41a9aa #aa4241

#41a9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41a9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#41a9aa Color CSS Codes

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

#41a9aa Text Font Color

<p style="color:#41a9aa">Text here</p>

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


#41a9aa Background Color

<div style="background-color:#41a9aa">
Div content here</div>

This div background color is #41a9aa


#41a9aa Border Color

<div style="border:3px solid #41a9aa">
Div here</div>

This div border color is #41a9aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,169,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41a9aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41a9aa;
  -webkit-box-shadow: 1px 1px 3px 2px #41a9aa;
  box-shadow:         1px 1px 3px 2px #41a9aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,169,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 #41a9aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41a9aa


Comments

No comments written yet.

Please login to write comment.