Color Hex Logo

#41edef Color Hex

#41EDEF
(65,237,239)
0 Favorites   0 Comments

Color spaces of #41edef

RGB 65237239
HSL0.500.840.60
HSV181°73°94°
CMYK 0.730.010.00   0.06
XYZ48.044167.924292.2398
Yxy67.92420.23080.3262
Hunter Lab82.4161-40.1725-8.6658
CIE-Lab85.9685-41.2254-13.4336

#41edef color RGB value is (65,237,239).

#41edef hex color red value is 65, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #41edef hue: 0.50 , saturation: 0.84 and the lightness value of 41edef is 0.60.

The process color (four color CMYK) of #41edef color hex is 0.73, 0.01, 0.00, 0.06. Web safe color of #41edef is #33ffff. Color #41edef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101101 11101111
Octal 101 355 357
Decimal 65 237 239
Hex 41 ED EF

RGB Percentages of Color #41edef

%12.01
%43.81
%44.18

CMYK Percentages of Color #41edef

%73
%1
%0
%6

Triadic Colors of #41edef

#41edef #ef41ed #edef41

Analogous Colors of #41edef

#41edef #4196ef #41ef9a

Monochromatic Colors of #41edef

#41edef

Complementary Color

#41edef #ef4341

#41edef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41edef Color Preview on White Background

Lorem ipsum dolor sit amet.

#41edef Color CSS Codes

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

#41edef Text Font Color

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

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


#41edef Background Color

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

This div background color is #41edef


#41edef Border Color

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

This div border color is #41edef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41edef


Comments

No comments written yet.

Please login to write comment.