Color Hex Logo

#41adcd Color Hex

#41ADCD
(65,173,205)
0 Favorites   0 Comments

Color spaces of #41adcd

RGB 65173205
HSL0.540.580.53
HSV194°68°80°
CMYK 0.680.160.00   0.20
XYZ28.143035.418763.1108
Yxy35.41870.22220.2796
Hunter Lab59.5136-19.7391-21.2141
CIE-Lab66.0734-20.5064-25.2488

#41adcd color RGB value is (65,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101101 11001101
Octal 101 255 315
Decimal 65 173 205
Hex 41 AD CD

RGB Percentages of Color #41adcd

%14.67
%39.05
%46.28

CMYK Percentages of Color #41adcd

%68
%16
%0
%20

Triadic Colors of #41adcd

#41adcd #cd41ad #adcd41

Analogous Colors of #41adcd

#41adcd #4167cd #41cda7

Monochromatic Colors of #41adcd

#41adcd

Complementary Color

#41adcd #cd6141

#41adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#41adcd Color CSS Codes

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

#41adcd Text Font Color

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

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


#41adcd Background Color

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

This div background color is #41adcd


#41adcd Border Color

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

This div border color is #41adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41adcd


Comments

No comments written yet.

Please login to write comment.