Color Hex Logo

#41dedb Color Hex

#41DEDB
(65,222,219)
0 Favorites   0 Comments

Color spaces of #41dedb

RGB 65222219
HSL0.500.700.56
HSV179°71°87°
CMYK 0.710.000.01   0.13
XYZ41.087458.480876.1402
Yxy58.48080.23380.3328
Hunter Lab76.4727-37.9225-5.5013
CIE-Lab81.0054-40.0671-10.2696

#41dedb color RGB value is (65,222,219).

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

The process color (four color CMYK) of #41dedb color hex is 0.71, 0.00, 0.01, 0.13. Web safe color of #41dedb is #33cccc. Color #41dedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011110 11011011
Octal 101 336 333
Decimal 65 222 219
Hex 41 DE DB

RGB Percentages of Color #41dedb

%12.85
%43.87
%43.28

CMYK Percentages of Color #41dedb

%71
%0
%1
%13

Triadic Colors of #41dedb

#41dedb #db41de #dedb41

Analogous Colors of #41dedb

#41dedb #4193de #41de8d

Monochromatic Colors of #41dedb

#41dedb

Complementary Color

#41dedb #de4144

#41dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dedb Color CSS Codes

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

#41dedb Text Font Color

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

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


#41dedb Background Color

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

This div background color is #41dedb


#41dedb Border Color

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

This div border color is #41dedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dedb


Comments

No comments written yet.

Please login to write comment.