Color Hex Logo

#41abec Color Hex

#41ABEC
(65,171,236)
0 Favorites   0 Comments

Color spaces of #41abec

RGB 65171236
HSL0.560.820.59
HSV203°72°93°
CMYK 0.720.280.00   0.07
XYZ31.883236.305884.6842
Yxy36.30580.20860.2375
Hunter Lab60.2543-10.9928-41.1509
CIE-Lab66.7529-9.2819-41.2490

#41abec color RGB value is (65,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101011 11101100
Octal 101 253 354
Decimal 65 171 236
Hex 41 AB EC

RGB Percentages of Color #41abec

%13.77
%36.23
%50.00

CMYK Percentages of Color #41abec

%72
%28
%0
%7

Triadic Colors of #41abec

#41abec #ec41ab #abec41

Analogous Colors of #41abec

#41abec #4156ec #41ecd8

Monochromatic Colors of #41abec

#41abec

Complementary Color

#41abec #ec8241

#41abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#41abec Color CSS Codes

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

#41abec Text Font Color

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

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


#41abec Background Color

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

This div background color is #41abec


#41abec Border Color

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

This div border color is #41abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41abec


Comments

No comments written yet.

Please login to write comment.