Color Hex Logo

#40b6fe Color Hex

#40B6FE
(64,182,254)
0 Favorites   0 Comments

Color spaces of #40b6fe

RGB 64182254
HSL0.560.990.62
HSV203°75°100°
CMYK 0.750.280.00   0.00
XYZ36.731741.701699.8792
Yxy41.70160.20600.2339
Hunter Lab64.5768-11.4774-46.4985
CIE-Lab70.6647-9.3567-44.9059

#40b6fe color RGB value is (64,182,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10110110 11111110
Octal 100 266 376
Decimal 64 182 254
Hex 40 B6 FE

RGB Percentages of Color #40b6fe

%12.80
%36.40
%50.80

CMYK Percentages of Color #40b6fe

%75
%28
%0
%0

Triadic Colors of #40b6fe

#40b6fe #fe40b6 #b6fe40

Analogous Colors of #40b6fe

#40b6fe #4057fe #40fee7

Monochromatic Colors of #40b6fe

#40b6fe

Complementary Color

#40b6fe #fe8840

#40b6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40b6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#40b6fe Color CSS Codes

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

#40b6fe Text Font Color

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

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


#40b6fe Background Color

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

This div background color is #40b6fe


#40b6fe Border Color

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

This div border color is #40b6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40b6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.