Color Hex Logo

#41aade Color Hex

#41AADE
(65,170,222)
0 Favorites   0 Comments

Color spaces of #41aade

RGB 65170222
HSL0.560.700.56
HSV200°71°87°
CMYK 0.710.230.00   0.13
XYZ29.739535.147274.3239
Yxy35.14720.21360.2525
Hunter Lab59.2851-14.2069-32.8305
CIE-Lab65.8631-13.4140-34.9541

#41aade color RGB value is (65,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101010 11011110
Octal 101 252 336
Decimal 65 170 222
Hex 41 AA DE

RGB Percentages of Color #41aade

%14.22
%37.20
%48.58

CMYK Percentages of Color #41aade

%71
%23
%0
%13

Triadic Colors of #41aade

#41aade #de41aa #aade41

Analogous Colors of #41aade

#41aade #415cde #41dec4

Monochromatic Colors of #41aade

#41aade

Complementary Color

#41aade #de7541

#41aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#41aade Color CSS Codes

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

#41aade Text Font Color

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

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


#41aade Background Color

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

This div background color is #41aade


#41aade Border Color

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

This div border color is #41aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41aade


Comments

No comments written yet.

Please login to write comment.