Color Hex Logo

#41acd1 Color Hex

#41ACD1
(65,172,209)
0 Favorites   0 Comments

Color spaces of #41acd1

RGB 65172209
HSL0.540.610.54
HSV195°69°82°
CMYK 0.690.180.00   0.18
XYZ28.441135.232365.6231
Yxy35.23230.22000.2725
Hunter Lab59.3568-18.3453-23.9995
CIE-Lab65.9291-18.7122-27.6815

#41acd1 color RGB value is (65,172,209).

#41acd1 hex color red value is 65, green value is 172 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #41acd1 hue: 0.54 , saturation: 0.61 and the lightness value of 41acd1 is 0.54.

The process color (four color CMYK) of #41acd1 color hex is 0.69, 0.18, 0.00, 0.18. Web safe color of #41acd1 is #3399cc. Color #41acd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 11010001
Octal 101 254 321
Decimal 65 172 209
Hex 41 AC D1

RGB Percentages of Color #41acd1

%14.57
%38.57
%46.86

CMYK Percentages of Color #41acd1

%69
%18
%0
%18

Triadic Colors of #41acd1

#41acd1 #d141ac #acd141

Analogous Colors of #41acd1

#41acd1 #4164d1 #41d1ae

Monochromatic Colors of #41acd1

#41acd1

Complementary Color

#41acd1 #d16641

#41acd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41acd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41acd1 Color CSS Codes

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

#41acd1 Text Font Color

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

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


#41acd1 Background Color

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

This div background color is #41acd1


#41acd1 Border Color

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

This div border color is #41acd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41acd1


Comments

No comments written yet.

Please login to write comment.