Color Hex Logo

#40beff Color Hex

#40BEFF
(64,190,255)
0 Favorites   0 Comments

Color spaces of #40beff

RGB 64190255
HSL0.561.000.63
HSV200°75°100°
CMYK 0.750.250.00   0.00
XYZ38.577845.1369101.2868
Yxy45.13690.20850.2440
Hunter Lab67.1840-15.0753-42.3570
CIE-Lab72.9819-13.3429-41.8193

#40beff color RGB value is (64,190,255).

#40beff hex color red value is 64, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #40beff hue: 0.56 , saturation: 1.00 and the lightness value of 40beff is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111110 11111111
Octal 100 276 377
Decimal 64 190 255
Hex 40 BE FF

RGB Percentages of Color #40beff

%12.57
%37.33
%50.10

CMYK Percentages of Color #40beff

%75
%25
%0
%0

Triadic Colors of #40beff

#40beff #ff40be #beff40

Analogous Colors of #40beff

#40beff #405eff #40ffe1

Monochromatic Colors of #40beff

#40beff

Complementary Color

#40beff #ff8140

#40beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#40beff Color CSS Codes

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

#40beff Text Font Color

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

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


#40beff Background Color

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

This div background color is #40beff


#40beff Border Color

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

This div border color is #40beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40beff

Related Colors


Comments

No comments written yet.

Please login to write comment.