Color Hex Logo

#41abef Color Hex

#41ABEF
(65,171,239)
0 Favorites   0 Comments

Color spaces of #41abef

RGB 65171239
HSL0.570.840.60
HSV203°73°94°
CMYK 0.730.280.00   0.06
XYZ32.322936.481686.9994
Yxy36.48160.20750.2342
Hunter Lab60.4000-10.1762-43.1206
CIE-Lab66.8863-8.2669-42.6801

#41abef color RGB value is (65,171,239).

#41abef hex color red value is 65, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #41abef hue: 0.57 , saturation: 0.84 and the lightness value of 41abef is 0.60.

The process color (four color CMYK) of #41abef color hex is 0.73, 0.28, 0.00, 0.06. Web safe color of #41abef is #3399ff. Color #41abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101011 11101111
Octal 101 253 357
Decimal 65 171 239
Hex 41 AB EF

RGB Percentages of Color #41abef

%13.68
%36.00
%50.32

CMYK Percentages of Color #41abef

%73
%28
%0
%6

Triadic Colors of #41abef

#41abef #ef41ab #abef41

Analogous Colors of #41abef

#41abef #4154ef #41efdc

Monochromatic Colors of #41abef

#41abef

Complementary Color

#41abef #ef8541

#41abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#41abef Color CSS Codes

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

#41abef Text Font Color

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

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


#41abef Background Color

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

This div background color is #41abef


#41abef Border Color

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

This div border color is #41abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41abef


Comments

No comments written yet.

Please login to write comment.