Color Hex Logo

#41adce Color Hex

#41ADCE
(65,173,206)
0 Favorites   0 Comments

Color spaces of #41adce

RGB 65173206
HSL0.540.590.53
HSV194°68°81°
CMYK 0.680.160.00   0.19
XYZ28.264135.467263.7487
Yxy35.46720.22170.2782
Hunter Lab59.5543-19.5052-21.7777
CIE-Lab66.1108-20.1905-25.7442

#41adce color RGB value is (65,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101101 11001110
Octal 101 255 316
Decimal 65 173 206
Hex 41 AD CE

RGB Percentages of Color #41adce

%14.64
%38.96
%46.40

CMYK Percentages of Color #41adce

%68
%16
%0
%19

Triadic Colors of #41adce

#41adce #ce41ad #adce41

Analogous Colors of #41adce

#41adce #4167ce #41cea9

Monochromatic Colors of #41adce

#41adce

Complementary Color

#41adce #ce6241

#41adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#41adce Color CSS Codes

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

#41adce Text Font Color

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

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


#41adce Background Color

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

This div background color is #41adce


#41adce Border Color

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

This div border color is #41adce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41adce


Comments

No comments written yet.

Please login to write comment.