Color Hex Logo

#41caac Color Hex

#41CAAC
(65,202,172)
0 Favorites   0 Comments

Color spaces of #41caac

RGB 65202172
HSL0.460.560.52
HSV167°68°79°
CMYK 0.680.000.15   0.21
XYZ30.746946.343446.3544
Yxy46.34340.24910.3754
Hunter Lab68.0760-38.51257.2814
CIE-Lab73.7678-43.69574.3170

#41caac color RGB value is (65,202,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001010 10101100
Octal 101 312 254
Decimal 65 202 172
Hex 41 CA AC

RGB Percentages of Color #41caac

%14.81
%46.01
%39.18

CMYK Percentages of Color #41caac

%68
%0
%15
%21

Triadic Colors of #41caac

#41caac #ac41ca #caac41

Analogous Colors of #41caac

#41caac #41a4ca #41ca68

Monochromatic Colors of #41caac

#41caac

Complementary Color

#41caac #ca415f

#41caac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41caac Color Preview on White Background

Lorem ipsum dolor sit amet.

#41caac Color CSS Codes

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

#41caac Text Font Color

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

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


#41caac Background Color

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

This div background color is #41caac


#41caac Border Color

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

This div border color is #41caac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41caac


Comments

No comments written yet.

Please login to write comment.