Color Hex Logo

#41dbea Color Hex

#41DBEA
(65,219,234)
0 Favorites   0 Comments

Color spaces of #41dbea

RGB 65219234
HSL0.510.800.59
HSV185°72°92°
CMYK 0.720.060.00   0.08
XYZ42.362857.727486.7516
Yxy57.72740.22670.3090
Hunter Lab75.9785-33.4375-14.5118
CIE-Lab80.5870-34.3918-18.8818

#41dbea color RGB value is (65,219,234).

#41dbea hex color red value is 65, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #41dbea hue: 0.51 , saturation: 0.80 and the lightness value of 41dbea is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011011 11101010
Octal 101 333 352
Decimal 65 219 234
Hex 41 DB EA

RGB Percentages of Color #41dbea

%12.55
%42.28
%45.17

CMYK Percentages of Color #41dbea

%72
%6
%0
%8

Triadic Colors of #41dbea

#41dbea #ea41db #dbea41

Analogous Colors of #41dbea

#41dbea #4187ea #41eaa5

Monochromatic Colors of #41dbea

#41dbea

Complementary Color

#41dbea #ea5041

#41dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dbea Color CSS Codes

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

#41dbea Text Font Color

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

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


#41dbea Background Color

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

This div background color is #41dbea


#41dbea Border Color

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

This div border color is #41dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dbea


Comments

No comments written yet.

Please login to write comment.