Color Hex Logo

#41ebde Color Hex

#41EBDE
(65,235,222)
0 Favorites   0 Comments

Color spaces of #41ebde

RGB 65235222
HSL0.490.810.59
HSV175°72°92°
CMYK 0.720.000.06   0.08
XYZ45.073165.814479.4351
Yxy65.81440.23680.3458
Hunter Lab81.1261-42.7972-1.2659
CIE-Lab84.9017-45.0122-6.0765

#41ebde color RGB value is (65,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101011 11011110
Octal 101 353 336
Decimal 65 235 222
Hex 41 EB DE

RGB Percentages of Color #41ebde

%12.45
%45.02
%42.53

CMYK Percentages of Color #41ebde

%72
%0
%6
%8

Triadic Colors of #41ebde

#41ebde #de41eb #ebde41

Analogous Colors of #41ebde

#41ebde #41a3eb #41eb89

Monochromatic Colors of #41ebde

#41ebde

Complementary Color

#41ebde #eb414e

#41ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ebde Color CSS Codes

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

#41ebde Text Font Color

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

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


#41ebde Background Color

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

This div background color is #41ebde


#41ebde Border Color

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

This div border color is #41ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ebde


Comments

No comments written yet.

Please login to write comment.