Color Hex Logo

#40abed Color Hex

#40ABED
(64,171,237)
0 Favorites   0 Comments

Color spaces of #40abed

RGB 64171237
HSL0.560.830.59
HSV203°73°93°
CMYK 0.730.280.00   0.07
XYZ31.963336.330285.4486
Yxy36.33020.20790.2363
Hunter Lab60.2745-10.8227-41.8607
CIE-Lab66.7715-9.0711-41.7688

#40abed color RGB value is (64,171,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101011 11101101
Octal 100 253 355
Decimal 64 171 237
Hex 40 AB ED

RGB Percentages of Color #40abed

%13.56
%36.23
%50.21

CMYK Percentages of Color #40abed

%73
%28
%0
%7

Triadic Colors of #40abed

#40abed #ed40ab #abed40

Analogous Colors of #40abed

#40abed #4054ed #40edd9

Monochromatic Colors of #40abed

#40abed

Complementary Color

#40abed #ed8240

#40abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#40abed Color CSS Codes

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

#40abed Text Font Color

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

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


#40abed Background Color

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

This div background color is #40abed


#40abed Border Color

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

This div border color is #40abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40abed


Comments

No comments written yet.

Please login to write comment.