Color Hex Logo

#41eadd Color Hex

#41EADD
(65,234,221)
0 Favorites   0 Comments

Color spaces of #41eadd

RGB 65234221
HSL0.490.800.59
HSV175°72°92°
CMYK 0.720.000.06   0.08
XYZ44.653965.189978.6360
Yxy65.18990.23690.3459
Hunter Lab80.7403-42.5749-1.2266
CIE-Lab84.5815-44.8447-6.0227

#41eadd color RGB value is (65,234,221).

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

The process color (four color CMYK) of #41eadd color hex is 0.72, 0.00, 0.06, 0.08. Web safe color of #41eadd is #33ffcc. Color #41eadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101010 11011101
Octal 101 352 335
Decimal 65 234 221
Hex 41 EA DD

RGB Percentages of Color #41eadd

%12.50
%45.00
%42.50

CMYK Percentages of Color #41eadd

%72
%0
%6
%8

Triadic Colors of #41eadd

#41eadd #dd41ea #eadd41

Analogous Colors of #41eadd

#41eadd #41a3ea #41ea89

Monochromatic Colors of #41eadd

#41eadd

Complementary Color

#41eadd #ea414e

#41eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#41eadd Color CSS Codes

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

#41eadd Text Font Color

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

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


#41eadd Background Color

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

This div background color is #41eadd


#41eadd Border Color

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

This div border color is #41eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41eadd


Comments

No comments written yet.

Please login to write comment.