Color Hex Logo

#41abde Color Hex

#41ABDE
(65,171,222)
0 Favorites   0 Comments

Color spaces of #41abde

RGB 65171222
HSL0.550.700.56
HSV199°71°87°
CMYK 0.710.230.00   0.13
XYZ29.927735.523674.3866
Yxy35.52360.21400.2540
Hunter Lab59.6017-14.6730-32.2764
CIE-Lab66.1543-13.9546-34.5015

#41abde color RGB value is (65,171,222).

#41abde hex color red value is 65, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #41abde hue: 0.55 , saturation: 0.70 and the lightness value of 41abde is 0.56.

The process color (four color CMYK) of #41abde color hex is 0.71, 0.23, 0.00, 0.13. Web safe color of #41abde is #3399cc. Color #41abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101011 11011110
Octal 101 253 336
Decimal 65 171 222
Hex 41 AB DE

RGB Percentages of Color #41abde

%14.19
%37.34
%48.47

CMYK Percentages of Color #41abde

%71
%23
%0
%13

Triadic Colors of #41abde

#41abde #de41ab #abde41

Analogous Colors of #41abde

#41abde #415dde #41dec3

Monochromatic Colors of #41abde

#41abde

Complementary Color

#41abde #de7441

#41abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#41abde Color CSS Codes

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

#41abde Text Font Color

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

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


#41abde Background Color

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

This div background color is #41abde


#41abde Border Color

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

This div border color is #41abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41abde


Comments

No comments written yet.

Please login to write comment.