Color Hex Logo

#40bafd Color Hex

#40BAFD
(64,186,253)
0 Favorites   0 Comments

Color spaces of #40bafd

RGB 64186253
HSL0.560.980.62
HSV201°75°99°
CMYK 0.750.260.00   0.01
XYZ37.402943.299699.3148
Yxy43.29960.20780.2405
Hunter Lab65.8024-13.6927-43.4240
CIE-Lab71.7578-11.8636-42.6545

#40bafd color RGB value is (64,186,253).

#40bafd hex color red value is 64, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #40bafd hue: 0.56 , saturation: 0.98 and the lightness value of 40bafd is 0.62.

The process color (four color CMYK) of #40bafd color hex is 0.75, 0.26, 0.00, 0.01. Web safe color of #40bafd is #33ccff. Color #40bafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111010 11111101
Octal 100 272 375
Decimal 64 186 253
Hex 40 BA FD

RGB Percentages of Color #40bafd

%12.72
%36.98
%50.30

CMYK Percentages of Color #40bafd

%75
%26
%0
%1

Triadic Colors of #40bafd

#40bafd #fd40ba #bafd40

Analogous Colors of #40bafd

#40bafd #405cfd #40fde2

Monochromatic Colors of #40bafd

#40bafd

Complementary Color

#40bafd #fd8340

#40bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bafd Color CSS Codes

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

#40bafd Text Font Color

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

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


#40bafd Background Color

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

This div background color is #40bafd


#40bafd Border Color

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

This div border color is #40bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bafd


Comments

No comments written yet.

Please login to write comment.