Color Hex Logo

#40abee Color Hex

#40ABEE
(64,171,238)
0 Favorites   0 Comments

Color spaces of #40abee

RGB 64171238
HSL0.560.840.59
HSV203°73°93°
CMYK 0.730.280.00   0.07
XYZ32.109936.388986.2203
Yxy36.38890.20750.2352
Hunter Lab60.3232-10.5505-42.5173
CIE-Lab66.8160-8.7323-42.2456

#40abee color RGB value is (64,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101011 11101110
Octal 100 253 356
Decimal 64 171 238
Hex 40 AB EE

RGB Percentages of Color #40abee

%13.53
%36.15
%50.32

CMYK Percentages of Color #40abee

%73
%28
%0
%7

Triadic Colors of #40abee

#40abee #ee40ab #abee40

Analogous Colors of #40abee

#40abee #4054ee #40eeda

Monochromatic Colors of #40abee

#40abee

Complementary Color

#40abee #ee8340

#40abee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40abee Color Preview on White Background

Lorem ipsum dolor sit amet.

#40abee Color CSS Codes

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

#40abee Text Font Color

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

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


#40abee Background Color

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

This div background color is #40abee


#40abee Border Color

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

This div border color is #40abee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40abee


Comments

No comments written yet.

Please login to write comment.