Color Hex Logo

#41caaa Color Hex

#41CAAA
(65,202,170)
0 Favorites   0 Comments

Color spaces of #41caaa

RGB 65202170
HSL0.460.560.52
HSV166°68°79°
CMYK 0.680.000.16   0.21
XYZ30.556246.267245.3502
Yxy46.26720.25010.3787
Hunter Lab68.0200-38.84868.0842
CIE-Lab73.7186-44.19465.3265

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

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

The process color (four color CMYK) of #41caaa color hex is 0.68, 0.00, 0.16, 0.21. Web safe color of #41caaa is #33cc99. Color #41caaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001010 10101010
Octal 101 312 252
Decimal 65 202 170
Hex 41 CA AA

RGB Percentages of Color #41caaa

%14.87
%46.22
%38.90

CMYK Percentages of Color #41caaa

%68
%0
%16
%21

Triadic Colors of #41caaa

#41caaa #aa41ca #caaa41

Analogous Colors of #41caaa

#41caaa #41a6ca #41ca66

Monochromatic Colors of #41caaa

#41caaa

Complementary Color

#41caaa #ca4161

#41caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#41caaa Color CSS Codes

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

#41caaa Text Font Color

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

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


#41caaa Background Color

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

This div background color is #41caaa


#41caaa Border Color

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

This div border color is #41caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41caaa


Comments

No comments written yet.

Please login to write comment.