Color Hex Logo

#40aefb Color Hex

#40AEFB
(64,174,251)
0 Favorites   0 Comments

Color spaces of #40aefb

RGB 64174251
HSL0.570.960.62
HSV205°75°98°
CMYK 0.750.310.00   0.02
XYZ34.663038.327196.8377
Yxy38.32710.20410.2257
Hunter Lab61.9089-8.3978-49.4050
CIE-Lab68.2610-5.9656-47.0573

#40aefb color RGB value is (64,174,251).

#40aefb hex color red value is 64, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #40aefb hue: 0.57 , saturation: 0.96 and the lightness value of 40aefb is 0.62.

The process color (four color CMYK) of #40aefb color hex is 0.75, 0.31, 0.00, 0.02. Web safe color of #40aefb is #3399ff. Color #40aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101110 11111011
Octal 100 256 373
Decimal 64 174 251
Hex 40 AE FB

RGB Percentages of Color #40aefb

%13.09
%35.58
%51.33

CMYK Percentages of Color #40aefb

%75
%31
%0
%2

Triadic Colors of #40aefb

#40aefb #fb40ae #aefb40

Analogous Colors of #40aefb

#40aefb #4051fb #40fbeb

Monochromatic Colors of #40aefb

#40aefb

Complementary Color

#40aefb #fb8d40

#40aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40aefb Color CSS Codes

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

#40aefb Text Font Color

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

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


#40aefb Background Color

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

This div background color is #40aefb


#40aefb Border Color

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

This div border color is #40aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40aefb


Comments

No comments written yet.

Please login to write comment.