Color Hex Logo

#41dbaf Color Hex

#41DBAF
(65,219,175)
0 Favorites   0 Comments

Color spaces of #41dbaf

RGB 65219175
HSL0.450.680.56
HSV163°70°86°
CMYK 0.700.000.20   0.14
XYZ35.249454.882049.2929
Yxy54.88200.25280.3936
Hunter Lab74.0824-44.711512.4073
CIE-Lab78.9732-50.135910.1776

#41dbaf color RGB value is (65,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011011 10101111
Octal 101 333 257
Decimal 65 219 175
Hex 41 DB AF

RGB Percentages of Color #41dbaf

%14.16
%47.71
%38.13

CMYK Percentages of Color #41dbaf

%70
%0
%20
%14

Triadic Colors of #41dbaf

#41dbaf #af41db #dbaf41

Analogous Colors of #41dbaf

#41dbaf #41badb #41db62

Monochromatic Colors of #41dbaf

#41dbaf

Complementary Color

#41dbaf #db416d

#41dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dbaf Color CSS Codes

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

#41dbaf Text Font Color

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

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


#41dbaf Background Color

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

This div background color is #41dbaf


#41dbaf Border Color

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

This div border color is #41dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dbaf


Comments

No comments written yet.

Please login to write comment.