Color Hex Logo

#41a986 Color Hex

#41A986
(65,169,134)
0 Favorites   0 Comments

Color spaces of #41a986

RGB 65169134
HSL0.440.440.46
HSV160°62°66°
CMYK 0.620.000.21   0.34
XYZ20.671031.221027.4910
Yxy31.22100.26040.3933
Hunter Lab55.8758-31.74729.9422
CIE-Lab62.6938-38.51279.2712

#41a986 color RGB value is (65,169,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101001 10000110
Octal 101 251 206
Decimal 65 169 134
Hex 41 A9 86

RGB Percentages of Color #41a986

%17.66
%45.92
%36.41

CMYK Percentages of Color #41a986

%62
%0
%21
%34

Triadic Colors of #41a986

#41a986 #8641a9 #a98641

Analogous Colors of #41a986

#41a986 #4198a9 #41a952

Monochromatic Colors of #41a986

#41a986

Complementary Color

#41a986 #a94164

#41a986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41a986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41a986 Color CSS Codes

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

#41a986 Text Font Color

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

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


#41a986 Background Color

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

This div background color is #41a986


#41a986 Border Color

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

This div border color is #41a986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41a986

#41a986 Color Palettes


Comments

No comments written yet.

Please login to write comment.