Color Hex Logo

#41ccab Color Hex

#41CCAB
(65,204,171)
0 Favorites   0 Comments

Color spaces of #41ccab

RGB 65204171
HSL0.460.580.53
HSV166°68°80°
CMYK 0.680.000.16   0.20
XYZ31.123547.249846.0078
Yxy47.24980.25020.3799
Hunter Lab68.7385-39.47098.4332
CIE-Lab74.3493-44.80635.6954

#41ccab color RGB value is (65,204,171).

#41ccab hex color red value is 65, green value is 204 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #41ccab hue: 0.46 , saturation: 0.58 and the lightness value of 41ccab is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001100 10101011
Octal 101 314 253
Decimal 65 204 171
Hex 41 CC AB

RGB Percentages of Color #41ccab

%14.77
%46.36
%38.86

CMYK Percentages of Color #41ccab

%68
%0
%16
%20

Triadic Colors of #41ccab

#41ccab #ab41cc #ccab41

Analogous Colors of #41ccab

#41ccab #41a8cc #41cc66

Monochromatic Colors of #41ccab

#41ccab

Complementary Color

#41ccab #cc4162

#41ccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ccab Color CSS Codes

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

#41ccab Text Font Color

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

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


#41ccab Background Color

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

This div background color is #41ccab


#41ccab Border Color

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

This div border color is #41ccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ccab


Comments

No comments written yet.

Please login to write comment.