Color Hex Logo

#41ebda Color Hex

#41EBDA
(65,235,218)
0 Favorites   0 Comments

Color spaces of #41ebda

RGB 65235218
HSL0.480.810.59
HSV174°72°92°
CMYK 0.720.000.07   0.08
XYZ44.543265.602476.6445
Yxy65.60240.23850.3512
Hunter Lab80.9953-43.57610.5916
CIE-Lab84.7932-46.0787-4.1300

#41ebda color RGB value is (65,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101011 11011010
Octal 101 353 332
Decimal 65 235 218
Hex 41 EB DA

RGB Percentages of Color #41ebda

%12.55
%45.37
%42.08

CMYK Percentages of Color #41ebda

%72
%0
%7
%8

Triadic Colors of #41ebda

#41ebda #da41eb #ebda41

Analogous Colors of #41ebda

#41ebda #41a7eb #41eb85

Monochromatic Colors of #41ebda

#41ebda

Complementary Color

#41ebda #eb4152

#41ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ebda Color CSS Codes

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

#41ebda Text Font Color

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

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


#41ebda Background Color

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

This div background color is #41ebda


#41ebda Border Color

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

This div border color is #41ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ebda


Comments

No comments written yet.

Please login to write comment.