Color Hex Logo

#40bbff Color Hex

#40BBFF
(64,187,255)
0 Favorites   0 Comments

Color spaces of #40bbff

RGB 64187255
HSL0.561.000.63
HSV201°75°100°
CMYK 0.750.270.00   0.00
XYZ37.934743.8506101.0724
Yxy43.85060.20750.2398
Hunter Lab66.2198-13.6290-44.1415
CIE-Lab72.1285-11.7330-43.1529

#40bbff color RGB value is (64,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111011 11111111
Octal 100 273 377
Decimal 64 187 255
Hex 40 BB FF

RGB Percentages of Color #40bbff

%12.65
%36.96
%50.40

CMYK Percentages of Color #40bbff

%75
%27
%0
%0

Triadic Colors of #40bbff

#40bbff #ff40bb #bbff40

Analogous Colors of #40bbff

#40bbff #405bff #40ffe4

Monochromatic Colors of #40bbff

#40bbff

Complementary Color

#40bbff #ff8440

#40bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bbff Color CSS Codes

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

#40bbff Text Font Color

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

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


#40bbff Background Color

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

This div background color is #40bbff


#40bbff Border Color

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

This div border color is #40bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bbff


Comments

No comments written yet.

Please login to write comment.