Color Hex Logo

#40abeb Color Hex

#40ABEB
(64,171,235)
0 Favorites   0 Comments

Color spaces of #40abeb

RGB 64171235
HSL0.560.810.59
HSV202°73°92°
CMYK 0.730.270.00   0.08
XYZ31.672736.214083.9179
Yxy36.21400.20860.2386
Hunter Lab60.1781-11.3642-40.5548
CIE-Lab66.6831-9.7472-40.8129

#40abeb color RGB value is (64,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101011 11101011
Octal 100 253 353
Decimal 64 171 235
Hex 40 AB EB

RGB Percentages of Color #40abeb

%13.62
%36.38
%50.00

CMYK Percentages of Color #40abeb

%73
%27
%0
%8

Triadic Colors of #40abeb

#40abeb #eb40ab #abeb40

Analogous Colors of #40abeb

#40abeb #4056eb #40ebd6

Monochromatic Colors of #40abeb

#40abeb

Complementary Color

#40abeb #eb8040

#40abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40abeb Color CSS Codes

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

#40abeb Text Font Color

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

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


#40abeb Background Color

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

This div background color is #40abeb


#40abeb Border Color

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

This div border color is #40abeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,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 #40abeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40abeb


Comments

No comments written yet.

Please login to write comment.