Color Hex Logo

#41a88e Color Hex

#41A88E
(65,168,142)
0 Favorites   0 Comments

Color spaces of #41a88e

RGB 65168142
HSL0.460.440.46
HSV165°61°66°
CMYK 0.610.000.15   0.34
XYZ21.065131.082130.4804
Yxy31.08210.25490.3762
Hunter Lab55.7513-30.12036.6109
CIE-Lab62.5769-36.11014.6445

#41a88e color RGB value is (65,168,142).

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

The process color (four color CMYK) of #41a88e color hex is 0.61, 0.00, 0.15, 0.34. Web safe color of #41a88e is #339999. Color #41a88e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101000 10001110
Octal 101 250 216
Decimal 65 168 142
Hex 41 A8 8E

RGB Percentages of Color #41a88e

%17.33
%44.80
%37.87

CMYK Percentages of Color #41a88e

%61
%0
%15
%34

Triadic Colors of #41a88e

#41a88e #8e41a8 #a88e41

Analogous Colors of #41a88e

#41a88e #418fa8 #41a85b

Monochromatic Colors of #41a88e

#41a88e

Complementary Color

#41a88e #a8415b

#41a88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41a88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41a88e Color CSS Codes

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

#41a88e Text Font Color

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

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


#41a88e Background Color

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

This div background color is #41a88e


#41a88e Border Color

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

This div border color is #41a88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41a88e


Comments

No comments written yet.

Please login to write comment.