Color Hex Logo

#41abdf Color Hex

#41ABDF
(65,171,223)
0 Favorites   0 Comments

Color spaces of #41abdf

RGB 65171223
HSL0.550.710.56
HSV200°71°87°
CMYK 0.710.230.00   0.13
XYZ30.062235.577475.0947
Yxy35.57740.21360.2528
Hunter Lab59.6468-14.4172-32.8927
CIE-Lab66.1958-13.6245-34.9872

#41abdf color RGB value is (65,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101011 11011111
Octal 101 253 337
Decimal 65 171 223
Hex 41 AB DF

RGB Percentages of Color #41abdf

%14.16
%37.25
%48.58

CMYK Percentages of Color #41abdf

%71
%23
%0
%13

Triadic Colors of #41abdf

#41abdf #df41ab #abdf41

Analogous Colors of #41abdf

#41abdf #415cdf #41dfc4

Monochromatic Colors of #41abdf

#41abdf

Complementary Color

#41abdf #df7541

#41abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41abdf Color CSS Codes

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

#41abdf Text Font Color

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

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


#41abdf Background Color

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

This div background color is #41abdf


#41abdf Border Color

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

This div border color is #41abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41abdf


Comments

No comments written yet.

Please login to write comment.