Color Hex Logo

#41aadf Color Hex

#41AADF
(65,170,223)
0 Favorites   0 Comments

Color spaces of #41aadf

RGB 65170223
HSL0.560.710.56
HSV200°71°87°
CMYK 0.710.240.00   0.13
XYZ29.874035.201075.0320
Yxy35.20100.21320.2512
Hunter Lab59.3304-13.9501-33.4496
CIE-Lab65.9049-13.0830-35.4395

#41aadf color RGB value is (65,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101010 11011111
Octal 101 252 337
Decimal 65 170 223
Hex 41 AA DF

RGB Percentages of Color #41aadf

%14.19
%37.12
%48.69

CMYK Percentages of Color #41aadf

%71
%24
%0
%13

Triadic Colors of #41aadf

#41aadf #df41aa #aadf41

Analogous Colors of #41aadf

#41aadf #415bdf #41dfc5

Monochromatic Colors of #41aadf

#41aadf

Complementary Color

#41aadf #df7641

#41aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41aadf Color CSS Codes

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

#41aadf Text Font Color

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

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


#41aadf Background Color

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

This div background color is #41aadf


#41aadf Border Color

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

This div border color is #41aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41aadf


Comments

No comments written yet.

Please login to write comment.