Color Hex Logo

#41abea Color Hex

#41ABEA
(65,171,234)
0 Favorites   0 Comments

Color spaces of #41abea

RGB 65171234
HSL0.560.800.59
HSV202°72°92°
CMYK 0.720.270.00   0.08
XYZ31.594236.190283.1621
Yxy36.19020.20930.2398
Hunter Lab60.1583-11.5316-39.8510
CIE-Lab66.6650-9.9558-40.2919

#41abea color RGB value is (65,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101011 11101010
Octal 101 253 352
Decimal 65 171 234
Hex 41 AB EA

RGB Percentages of Color #41abea

%13.83
%36.38
%49.79

CMYK Percentages of Color #41abea

%72
%27
%0
%8

Triadic Colors of #41abea

#41abea #ea41ab #abea41

Analogous Colors of #41abea

#41abea #4157ea #41ead5

Monochromatic Colors of #41abea

#41abea

Complementary Color

#41abea #ea8041

#41abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#41abea Color CSS Codes

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

#41abea Text Font Color

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

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


#41abea Background Color

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

This div background color is #41abea


#41abea Border Color

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

This div border color is #41abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41abea


Comments

No comments written yet.

Please login to write comment.