Color Hex Logo

#40adeb Color Hex

#40ADEB
(64,173,235)
0 Favorites   0 Comments

Color spaces of #40adeb

RGB 64173235
HSL0.560.810.59
HSV202°73°92°
CMYK 0.730.260.00   0.08
XYZ32.053336.975384.0448
Yxy36.97530.20940.2416
Hunter Lab60.8073-12.3203-39.3825
CIE-Lab67.2585-10.8443-39.9132

#40adeb color RGB value is (64,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101101 11101011
Octal 100 255 353
Decimal 64 173 235
Hex 40 AD EB

RGB Percentages of Color #40adeb

%13.56
%36.65
%49.79

CMYK Percentages of Color #40adeb

%73
%26
%0
%8

Triadic Colors of #40adeb

#40adeb #eb40ad #adeb40

Analogous Colors of #40adeb

#40adeb #4058eb #40ebd4

Monochromatic Colors of #40adeb

#40adeb

Complementary Color

#40adeb #eb7e40

#40adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40adeb Color CSS Codes

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

#40adeb Text Font Color

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

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


#40adeb Background Color

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

This div background color is #40adeb


#40adeb Border Color

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

This div border color is #40adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40adeb


Comments

No comments written yet.

Please login to write comment.