Color Hex Logo

#41aea0 Color Hex

#41AEA0
(65,174,160)
0 Favorites   0 Comments

Color spaces of #41aea0

RGB 65174160
HSL0.480.460.47
HSV172°63°68°
CMYK 0.630.000.08   0.32
XYZ23.661233.934038.5605
Yxy33.93400.24610.3529
Hunter Lab58.2529-29.43931.5300
CIE-Lab64.9102-34.2153-2.0001

#41aea0 color RGB value is (65,174,160).

#41aea0 hex color red value is 65, green value is 174 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #41aea0 hue: 0.48 , saturation: 0.46 and the lightness value of 41aea0 is 0.47.

The process color (four color CMYK) of #41aea0 color hex is 0.63, 0.00, 0.08, 0.32. Web safe color of #41aea0 is #339999. Color #41aea0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101110 10100000
Octal 101 256 240
Decimal 65 174 160
Hex 41 AE A0

RGB Percentages of Color #41aea0

%16.29
%43.61
%40.10

CMYK Percentages of Color #41aea0

%63
%0
%8
%32

Triadic Colors of #41aea0

#41aea0 #a041ae #aea041

Analogous Colors of #41aea0

#41aea0 #4186ae #41ae6a

Monochromatic Colors of #41aea0

#41aea0

Complementary Color

#41aea0 #ae414f

#41aea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41aea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41aea0 Color CSS Codes

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

#41aea0 Text Font Color

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

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


#41aea0 Background Color

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

This div background color is #41aea0


#41aea0 Border Color

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

This div border color is #41aea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41aea0


Comments

No comments written yet.

Please login to write comment.