Color Hex Logo

#41b5de Color Hex

#41B5DE
(65,181,222)
0 Favorites   0 Comments

Color spaces of #41b5de

RGB 65181222
HSL0.540.700.56
HSV196°71°87°
CMYK 0.710.180.00   0.13
XYZ31.888739.445575.0403
Yxy39.44550.21790.2695
Hunter Lab62.8057-19.2790-26.8758
CIE-Lab69.0728-19.2612-29.9842

#41b5de color RGB value is (65,181,222).

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

The process color (four color CMYK) of #41b5de color hex is 0.71, 0.18, 0.00, 0.13. Web safe color of #41b5de is #33cccc. Color #41b5de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10110101 11011110
Octal 101 265 336
Decimal 65 181 222
Hex 41 B5 DE

RGB Percentages of Color #41b5de

%13.89
%38.68
%47.44

CMYK Percentages of Color #41b5de

%71
%18
%0
%13

Triadic Colors of #41b5de

#41b5de #de41b5 #b5de41

Analogous Colors of #41b5de

#41b5de #4167de #41deb9

Monochromatic Colors of #41b5de

#41b5de

Complementary Color

#41b5de #de6a41

#41b5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41b5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#41b5de Color CSS Codes

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

#41b5de Text Font Color

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

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


#41b5de Background Color

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

This div background color is #41b5de


#41b5de Border Color

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

This div border color is #41b5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41b5de


Comments

No comments written yet.

Please login to write comment.