Color Hex Logo

#40bcfc Color Hex

#40BCFC
(64,188,252)
0 Favorites   0 Comments

Color spaces of #40bcfc

RGB 64188252
HSL0.560.970.62
HSV200°75°99°
CMYK 0.750.250.00   0.01
XYZ37.668344.084798.6193
Yxy44.08470.20880.2444
Hunter Lab66.3963-14.9260-41.5868
CIE-Lab72.2851-13.2716-41.2916

#40bcfc color RGB value is (64,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111100 11111100
Octal 100 274 374
Decimal 64 188 252
Hex 40 BC FC

RGB Percentages of Color #40bcfc

%12.70
%37.30
%50.00

CMYK Percentages of Color #40bcfc

%75
%25
%0
%1

Triadic Colors of #40bcfc

#40bcfc #fc40bc #bcfc40

Analogous Colors of #40bcfc

#40bcfc #405efc #40fcde

Monochromatic Colors of #40bcfc

#40bcfc

Complementary Color

#40bcfc #fc8040

#40bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bcfc Color CSS Codes

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

#40bcfc Text Font Color

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

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


#40bcfc Background Color

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

This div background color is #40bcfc


#40bcfc Border Color

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

This div border color is #40bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bcfc


Comments

No comments written yet.

Please login to write comment.