Color Hex Logo

#41edea Color Hex

#41EDEA
(65,237,234)
0 Favorites   0 Comments

Color spaces of #41edea

RGB 65237234
HSL0.500.830.59
HSV179°73°93°
CMYK 0.730.000.01   0.07
XYZ47.315467.632788.4025
Yxy67.63270.23270.3326
Hunter Lab82.2391-41.2203-6.1661
CIE-Lab85.8225-42.6197-11.0239

#41edea color RGB value is (65,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101101 11101010
Octal 101 355 352
Decimal 65 237 234
Hex 41 ED EA

RGB Percentages of Color #41edea

%12.13
%44.22
%43.66

CMYK Percentages of Color #41edea

%73
%0
%1
%7

Triadic Colors of #41edea

#41edea #ea41ed #edea41

Analogous Colors of #41edea

#41edea #419aed #41ed94

Monochromatic Colors of #41edea

#41edea

Complementary Color

#41edea #ed4144

#41edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#41edea Color CSS Codes

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

#41edea Text Font Color

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

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


#41edea Background Color

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

This div background color is #41edea


#41edea Border Color

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

This div border color is #41edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41edea


Comments

No comments written yet.

Please login to write comment.