Color Hex Logo

#41daec Color Hex

#41DAEC
(65,218,236)
0 Favorites   0 Comments

Color spaces of #41daec

RGB 65218236
HSL0.520.820.59
HSV186°72°93°
CMYK 0.720.080.00   0.07
XYZ42.391757.322888.1870
Yxy57.32280.22560.3051
Hunter Lab75.7118-32.5520-16.0610
CIE-Lab80.3608-33.3301-20.2888

#41daec color RGB value is (65,218,236).

#41daec hex color red value is 65, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #41daec hue: 0.52 , saturation: 0.82 and the lightness value of 41daec is 0.59.

The process color (four color CMYK) of #41daec color hex is 0.72, 0.08, 0.00, 0.07. Web safe color of #41daec is #33ccff. Color #41daec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011010 11101100
Octal 101 332 354
Decimal 65 218 236
Hex 41 DA EC

RGB Percentages of Color #41daec

%12.52
%42.00
%45.47

CMYK Percentages of Color #41daec

%72
%8
%0
%7

Triadic Colors of #41daec

#41daec #ec41da #daec41

Analogous Colors of #41daec

#41daec #4185ec #41eca9

Monochromatic Colors of #41daec

#41daec

Complementary Color

#41daec #ec5341

#41daec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41daec Color Preview on White Background

Lorem ipsum dolor sit amet.

#41daec Color CSS Codes

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

#41daec Text Font Color

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

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


#41daec Background Color

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

This div background color is #41daec


#41daec Border Color

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

This div border color is #41daec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41daec


Comments

No comments written yet.

Please login to write comment.