Color Hex Logo

#41b3d9 Color Hex

#41B3D9
(65,179,217)
0 Favorites   0 Comments

Color spaces of #41b3d9

RGB 65179217
HSL0.540.670.55
HSV195°70°85°
CMYK 0.700.180.00   0.15
XYZ30.824538.373871.4279
Yxy38.37380.21920.2729
Hunter Lab61.9466-19.5853-25.0021
CIE-Lab68.2952-19.8184-28.4432

#41b3d9 color RGB value is (65,179,217).

#41b3d9 hex color red value is 65, green value is 179 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #41b3d9 hue: 0.54 , saturation: 0.67 and the lightness value of 41b3d9 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10110011 11011001
Octal 101 263 331
Decimal 65 179 217
Hex 41 B3 D9

RGB Percentages of Color #41b3d9

%14.10
%38.83
%47.07

CMYK Percentages of Color #41b3d9

%70
%18
%0
%15

Triadic Colors of #41b3d9

#41b3d9 #d941b3 #b3d941

Analogous Colors of #41b3d9

#41b3d9 #4167d9 #41d9b3

Monochromatic Colors of #41b3d9

#41b3d9

Complementary Color

#41b3d9 #d96741

#41b3d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41b3d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41b3d9 Color CSS Codes

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

#41b3d9 Text Font Color

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

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


#41b3d9 Background Color

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

This div background color is #41b3d9


#41b3d9 Border Color

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

This div border color is #41b3d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41b3d9


Comments

No comments written yet.

Please login to write comment.