Color Hex Logo

#40bfff Color Hex

#40BFFF
(64,191,255)
1 Favorites   0 Comments

Color spaces of #40bfff

RGB 64191255
HSL0.561.000.63
HSV200°75°100°
CMYK 0.750.250.00   0.00
XYZ38.795245.5716101.3592
Yxy45.57160.20890.2454
Hunter Lab67.5067-15.5553-41.7673
CIE-Lab73.2667-13.8762-41.3749

#40bfff color RGB value is (64,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111111 11111111
Octal 100 277 377
Decimal 64 191 255
Hex 40 BF FF

RGB Percentages of Color #40bfff

%12.55
%37.45
%50.00

CMYK Percentages of Color #40bfff

%75
%25
%0
%0

Triadic Colors of #40bfff

#40bfff #ff40bf #bfff40

Analogous Colors of #40bfff

#40bfff #405fff #40ffe0

Monochromatic Colors of #40bfff

#40bfff

Complementary Color

#40bfff #ff8040

#40bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bfff Color CSS Codes

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

#40bfff Text Font Color

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

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


#40bfff Background Color

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

This div background color is #40bfff


#40bfff Border Color

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

This div border color is #40bfff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,191,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 #40bfff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bfff

#40bfff Color Palettes


Comments

No comments written yet.

Please login to write comment.