Color Hex Logo

#41dcb2 Color Hex

#41DCB2
(65,220,178)
0 Favorites   0 Comments

Color spaces of #41dcb2

RGB 65220178
HSL0.450.690.56
HSV164°70°86°
CMYK 0.700.000.19   0.14
XYZ35.809155.524650.9495
Yxy55.52460.25170.3902
Hunter Lab74.5148-44.620411.6209
CIE-Lab79.3425-49.83619.1127

#41dcb2 color RGB value is (65,220,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011100 10110010
Octal 101 334 262
Decimal 65 220 178
Hex 41 DC B2

RGB Percentages of Color #41dcb2

%14.04
%47.52
%38.44

CMYK Percentages of Color #41dcb2

%70
%0
%19
%14

Triadic Colors of #41dcb2

#41dcb2 #b241dc #dcb241

Analogous Colors of #41dcb2

#41dcb2 #41b9dc #41dc65

Monochromatic Colors of #41dcb2

#41dcb2

Complementary Color

#41dcb2 #dc416b

#41dcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dcb2 Color CSS Codes

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

#41dcb2 Text Font Color

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

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


#41dcb2 Background Color

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

This div background color is #41dcb2


#41dcb2 Border Color

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

This div border color is #41dcb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dcb2


Comments

No comments written yet.

Please login to write comment.