Color Hex Logo

#41edca Color Hex

#41EDCA
(65,237,202)
0 Favorites   0 Comments

Color spaces of #41edca

RGB 65237202
HSL0.470.830.59
HSV168°73°93°
CMYK 0.730.000.15   0.07
XYZ43.124865.956566.3351
Yxy65.95650.24580.3760
Hunter Lab81.2136-47.33958.4216
CIE-Lab84.9742-51.02594.5461

#41edca color RGB value is (65,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101101 11001010
Octal 101 355 312
Decimal 65 237 202
Hex 41 ED CA

RGB Percentages of Color #41edca

%12.90
%47.02
%40.08

CMYK Percentages of Color #41edca

%73
%0
%15
%7

Triadic Colors of #41edca

#41edca #ca41ed #edca41

Analogous Colors of #41edca

#41edca #41baed #41ed74

Monochromatic Colors of #41edca

#41edca

Complementary Color

#41edca #ed4164

#41edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#41edca Color CSS Codes

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

#41edca Text Font Color

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

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


#41edca Background Color

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

This div background color is #41edca


#41edca Border Color

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

This div border color is #41edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41edca


Comments

No comments written yet.

Please login to write comment.