Color Hex Logo

#41edeb Color Hex

#41EDEB
(65,237,235)
0 Favorites   0 Comments

Color spaces of #41edeb

RGB 65237235
HSL0.500.830.59
HSV179°73°93°
CMYK 0.730.000.01   0.07
XYZ47.459667.690389.1614
Yxy67.69030.23230.3313
Hunter Lab82.2741-41.0125-6.6614
CIE-Lab85.8514-42.3421-11.5065

#41edeb color RGB value is (65,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101101 11101011
Octal 101 355 353
Decimal 65 237 235
Hex 41 ED EB

RGB Percentages of Color #41edeb

%12.10
%44.13
%43.76

CMYK Percentages of Color #41edeb

%73
%0
%1
%7

Triadic Colors of #41edeb

#41edeb #eb41ed #edeb41

Analogous Colors of #41edeb

#41edeb #4199ed #41ed95

Monochromatic Colors of #41edeb

#41edeb

Complementary Color

#41edeb #ed4143

#41edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41edeb Color CSS Codes

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

#41edeb Text Font Color

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

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


#41edeb Background Color

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

This div background color is #41edeb


#41edeb Border Color

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

This div border color is #41edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41edeb


Comments

No comments written yet.

Please login to write comment.