Color Hex Logo

#40aceb Color Hex

#40ACEB
(64,172,235)
0 Favorites   0 Comments

Color spaces of #40aceb

RGB 64172235
HSL0.560.810.59
HSV202°73°92°
CMYK 0.730.270.00   0.08
XYZ31.862336.593283.9811
Yxy36.59320.20900.2401
Hunter Lab60.4923-11.8427-39.9673
CIE-Lab66.9707-10.2965-40.3630

#40aceb color RGB value is (64,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101100 11101011
Octal 100 254 353
Decimal 64 172 235
Hex 40 AC EB

RGB Percentages of Color #40aceb

%13.59
%36.52
%49.89

CMYK Percentages of Color #40aceb

%73
%27
%0
%8

Triadic Colors of #40aceb

#40aceb #eb40ac #aceb40

Analogous Colors of #40aceb

#40aceb #4057eb #40ebd5

Monochromatic Colors of #40aceb

#40aceb

Complementary Color

#40aceb #eb7f40

#40aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aceb Color CSS Codes

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

#40aceb Text Font Color

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

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


#40aceb Background Color

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

This div background color is #40aceb


#40aceb Border Color

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

This div border color is #40aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aceb


Comments

No comments written yet.

Please login to write comment.