Color Hex Logo

#41aaaa Color Hex

#41AAAA
(65,170,170)
0 Favorites   0 Comments

Color spaces of #41aaaa

RGB 65170170
HSL0.500.450.46
HSV180°62°67°
CMYK 0.620.000.00   0.33
XYZ23.810432.775543.1016
Yxy32.77550.23890.3288
Hunter Lab57.2499-25.9486-4.5626
CIE-Lab63.9787-29.5408-8.9558

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101010 10101010
Octal 101 252 252
Decimal 65 170 170
Hex 41 AA AA

RGB Percentages of Color #41aaaa

%16.05
%41.98
%41.98

CMYK Percentages of Color #41aaaa

%62
%0
%0
%33

Triadic Colors of #41aaaa

#41aaaa #aa41aa #aaaa41

Analogous Colors of #41aaaa

#41aaaa #4176aa #41aa76

Monochromatic Colors of #41aaaa

#41aaaa

Complementary Color

#41aaaa #aa4141

#41aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#41aaaa Color CSS Codes

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

#41aaaa Text Font Color

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

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


#41aaaa Background Color

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

This div background color is #41aaaa


#41aaaa Border Color

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

This div border color is #41aaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41aaaa

#41aaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.