Color Hex Logo

#41accd Color Hex

#41ACCD
(65,172,205)
0 Favorites   0 Comments

Color spaces of #41accd

RGB 65172205
HSL0.540.580.53
HSV194°68°80°
CMYK 0.680.160.00   0.20
XYZ27.951935.036663.0471
Yxy35.03660.22180.2780
Hunter Lab59.1917-19.2931-21.7176
CIE-Lab65.7772-19.9857-25.7034

#41accd color RGB value is (65,172,205).

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

The process color (four color CMYK) of #41accd color hex is 0.68, 0.16, 0.00, 0.20. Web safe color of #41accd is #3399cc. Color #41accd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 11001101
Octal 101 254 315
Decimal 65 172 205
Hex 41 AC CD

RGB Percentages of Color #41accd

%14.71
%38.91
%46.38

CMYK Percentages of Color #41accd

%68
%16
%0
%20

Triadic Colors of #41accd

#41accd #cd41ac #accd41

Analogous Colors of #41accd

#41accd #4166cd #41cda8

Monochromatic Colors of #41accd

#41accd

Complementary Color

#41accd #cd6241

#41accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#41accd Color CSS Codes

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

#41accd Text Font Color

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

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


#41accd Background Color

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

This div background color is #41accd


#41accd Border Color

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

This div border color is #41accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41accd


Comments

No comments written yet.

Please login to write comment.