Color Hex Logo

#41aada Color Hex

#41AADA
(65,170,218)
0 Favorites   0 Comments

Color spaces of #41aada

RGB 65170218
HSL0.550.670.55
HSV199°70°85°
CMYK 0.700.220.00   0.15
XYZ29.209634.935271.5333
Yxy34.93520.21530.2575
Hunter Lab59.1060-15.2226-30.3818
CIE-Lab65.6982-14.7313-33.0063

#41aada color RGB value is (65,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101010 11011010
Octal 101 252 332
Decimal 65 170 218
Hex 41 AA DA

RGB Percentages of Color #41aada

%14.35
%37.53
%48.12

CMYK Percentages of Color #41aada

%70
%22
%0
%15

Triadic Colors of #41aada

#41aada #da41aa #aada41

Analogous Colors of #41aada

#41aada #415dda #41dabe

Monochromatic Colors of #41aada

#41aada

Complementary Color

#41aada #da7141

#41aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#41aada Color CSS Codes

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

#41aada Text Font Color

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

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


#41aada Background Color

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

This div background color is #41aada


#41aada Border Color

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

This div border color is #41aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41aada


Comments

No comments written yet.

Please login to write comment.