Color Hex Logo

#41acdd Color Hex

#41ACDD
(65,172,221)
0 Favorites   0 Comments

Color spaces of #41acdd

RGB 65172221
HSL0.550.700.56
HSV199°71°87°
CMYK 0.710.220.00   0.13
XYZ29.983635.849373.7459
Yxy35.84930.21480.2568
Hunter Lab59.8743-15.3915-31.1142
CIE-Lab66.4046-14.8219-33.5627

#41acdd color RGB value is (65,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 11011101
Octal 101 254 335
Decimal 65 172 221
Hex 41 AC DD

RGB Percentages of Color #41acdd

%14.19
%37.55
%48.25

CMYK Percentages of Color #41acdd

%71
%22
%0
%13

Triadic Colors of #41acdd

#41acdd #dd41ac #acdd41

Analogous Colors of #41acdd

#41acdd #415edd #41ddc0

Monochromatic Colors of #41acdd

#41acdd

Complementary Color

#41acdd #dd7241

#41acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#41acdd Color CSS Codes

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

#41acdd Text Font Color

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

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


#41acdd Background Color

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

This div background color is #41acdd


#41acdd Border Color

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

This div border color is #41acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41acdd


Comments

No comments written yet.

Please login to write comment.