Color Hex Logo

#41dcaf Color Hex

#41DCAF
(65,220,175)
0 Favorites   0 Comments

Color spaces of #41dcaf

RGB 65220175
HSL0.450.690.56
HSV163°70°86°
CMYK 0.700.000.20   0.14
XYZ35.511055.405449.3801
Yxy55.40540.25310.3949
Hunter Lab74.4348-45.103012.7713
CIE-Lab79.2742-50.546710.6060

#41dcaf color RGB value is (65,220,175).

#41dcaf hex color red value is 65, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #41dcaf hue: 0.45 , saturation: 0.69 and the lightness value of 41dcaf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011100 10101111
Octal 101 334 257
Decimal 65 220 175
Hex 41 DC AF

RGB Percentages of Color #41dcaf

%14.13
%47.83
%38.04

CMYK Percentages of Color #41dcaf

%70
%0
%20
%14

Triadic Colors of #41dcaf

#41dcaf #af41dc #dcaf41

Analogous Colors of #41dcaf

#41dcaf #41bcdc #41dc62

Monochromatic Colors of #41dcaf

#41dcaf

Complementary Color

#41dcaf #dc416e

#41dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dcaf Color CSS Codes

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

#41dcaf Text Font Color

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

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


#41dcaf Background Color

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

This div background color is #41dcaf


#41dcaf Border Color

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

This div border color is #41dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dcaf


Comments

No comments written yet.

Please login to write comment.