Color Hex Logo

#40bdfe Color Hex

#40BDFE
(64,189,254)
0 Favorites   0 Comments

Color spaces of #40bdfe

RGB 64189254
HSL0.560.990.62
HSV201°75°100°
CMYK 0.750.260.00   0.00
XYZ38.201344.6409100.3691
Yxy44.64090.20850.2437
Hunter Lab66.8138-14.8656-42.2969
CIE-Lab72.6548-13.1411-41.7919

#40bdfe color RGB value is (64,189,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111101 11111110
Octal 100 275 376
Decimal 64 189 254
Hex 40 BD FE

RGB Percentages of Color #40bdfe

%12.62
%37.28
%50.10

CMYK Percentages of Color #40bdfe

%75
%26
%0
%0

Triadic Colors of #40bdfe

#40bdfe #fe40bd #bdfe40

Analogous Colors of #40bdfe

#40bdfe #405efe #40fee0

Monochromatic Colors of #40bdfe

#40bdfe

Complementary Color

#40bdfe #fe8140

#40bdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bdfe Color CSS Codes

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

#40bdfe Text Font Color

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

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


#40bdfe Background Color

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

This div background color is #40bdfe


#40bdfe Border Color

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

This div border color is #40bdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.