Color Hex Logo

#41edbf Color Hex

#41EDBF
(65,237,191)
0 Favorites   0 Comments

Color spaces of #41edbf

RGB 65237191
HSL0.460.830.59
HSV164°73°93°
CMYK 0.730.000.19   0.07
XYZ41.868165.453859.7174
Yxy65.45380.25060.3918
Hunter Lab80.9035-49.206312.8687
CIE-Lab84.7170-53.68629.9394

#41edbf color RGB value is (65,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101101 10111111
Octal 101 355 277
Decimal 65 237 191
Hex 41 ED BF

RGB Percentages of Color #41edbf

%13.18
%48.07
%38.74

CMYK Percentages of Color #41edbf

%73
%0
%19
%7

Triadic Colors of #41edbf

#41edbf #bf41ed #edbf41

Analogous Colors of #41edbf

#41edbf #41c5ed #41ed69

Monochromatic Colors of #41edbf

#41edbf

Complementary Color

#41edbf #ed416f

#41edbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41edbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41edbf Color CSS Codes

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

#41edbf Text Font Color

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

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


#41edbf Background Color

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

This div background color is #41edbf


#41edbf Border Color

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

This div border color is #41edbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41edbf


Comments

No comments written yet.

Please login to write comment.