Color Hex Logo

#41abeb Color Hex

#41ABEB
(65,171,235)
0 Favorites   0 Comments

Color spaces of #41abeb

RGB 65171235
HSL0.560.810.59
HSV203°72°92°
CMYK 0.720.270.00   0.08
XYZ31.738336.247883.9210
Yxy36.24780.20890.2386
Hunter Lab60.2061-11.2626-40.4997
CIE-Lab66.7088-9.6189-40.7708

#41abeb color RGB value is (65,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101011 11101011
Octal 101 253 353
Decimal 65 171 235
Hex 41 AB EB

RGB Percentages of Color #41abeb

%13.80
%36.31
%49.89

CMYK Percentages of Color #41abeb

%72
%27
%0
%8

Triadic Colors of #41abeb

#41abeb #eb41ab #abeb41

Analogous Colors of #41abeb

#41abeb #4156eb #41ebd6

Monochromatic Colors of #41abeb

#41abeb

Complementary Color

#41abeb #eb8141

#41abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41abeb Color CSS Codes

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

#41abeb Text Font Color

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

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


#41abeb Background Color

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

This div background color is #41abeb


#41abeb Border Color

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

This div border color is #41abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41abeb


Comments

No comments written yet.

Please login to write comment.