Color Hex Logo

#41ebca Color Hex

#41EBCA
(65,235,202)
0 Favorites   0 Comments

Color spaces of #41ebca

RGB 65235202
HSL0.470.810.59
HSV168°72°92°
CMYK 0.720.000.14   0.08
XYZ42.549064.804766.1431
Yxy64.80470.24520.3735
Hunter Lab80.5014-46.53127.6360
CIE-Lab84.3830-50.19513.6905

#41ebca color RGB value is (65,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101011 11001010
Octal 101 353 312
Decimal 65 235 202
Hex 41 EB CA

RGB Percentages of Color #41ebca

%12.95
%46.81
%40.24

CMYK Percentages of Color #41ebca

%72
%0
%14
%8

Triadic Colors of #41ebca

#41ebca #ca41eb #ebca41

Analogous Colors of #41ebca

#41ebca #41b7eb #41eb75

Monochromatic Colors of #41ebca

#41ebca

Complementary Color

#41ebca #eb4162

#41ebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ebca Color CSS Codes

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

#41ebca Text Font Color

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

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


#41ebca Background Color

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

This div background color is #41ebca


#41ebca Border Color

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

This div border color is #41ebca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,235,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 #41ebca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ebca


Comments

No comments written yet.

Please login to write comment.