Color Hex Logo

#41aaac Color Hex

#41AAAC
(65,170,172)
0 Favorites   0 Comments

Color spaces of #41aaac

RGB 65170172
HSL0.500.450.46
HSV181°62°67°
CMYK 0.620.010.00   0.33
XYZ24.001132.851844.1058
Yxy32.85180.23770.3254
Hunter Lab57.3165-25.5575-5.5029
CIE-Lab64.0407-28.9688-9.9806

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101010 10101100
Octal 101 252 254
Decimal 65 170 172
Hex 41 AA AC

RGB Percentages of Color #41aaac

%15.97
%41.77
%42.26

CMYK Percentages of Color #41aaac

%62
%1
%0
%33

Triadic Colors of #41aaac

#41aaac #ac41aa #aaac41

Analogous Colors of #41aaac

#41aaac #4175ac #41ac79

Monochromatic Colors of #41aaac

#41aaac

Complementary Color

#41aaac #ac4341

#41aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#41aaac Color CSS Codes

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

#41aaac Text Font Color

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

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


#41aaac Background Color

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

This div background color is #41aaac


#41aaac Border Color

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

This div border color is #41aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41aaac


Comments

No comments written yet.

Please login to write comment.