Color Hex Logo

#40bbe2 Color Hex

#40BBE2
(64,187,226)
0 Favorites   0 Comments

Color spaces of #40bbe2

RGB 64187226
HSL0.540.740.57
HSV194°72°89°
CMYK 0.720.170.00   0.11
XYZ33.612142.121678.3102
Yxy42.12160.21820.2734
Hunter Lab64.9012-21.1324-26.1089
CIE-Lab70.9547-21.2235-29.2691

#40bbe2 color RGB value is (64,187,226).

#40bbe2 hex color red value is 64, green value is 187 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #40bbe2 hue: 0.54 , saturation: 0.74 and the lightness value of 40bbe2 is 0.57.

The process color (four color CMYK) of #40bbe2 color hex is 0.72, 0.17, 0.00, 0.11. Web safe color of #40bbe2 is #33cccc. Color #40bbe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111011 11100010
Octal 100 273 342
Decimal 64 187 226
Hex 40 BB E2

RGB Percentages of Color #40bbe2

%13.42
%39.20
%47.38

CMYK Percentages of Color #40bbe2

%72
%17
%0
%11

Triadic Colors of #40bbe2

#40bbe2 #e240bb #bbe240

Analogous Colors of #40bbe2

#40bbe2 #406ae2 #40e2b8

Monochromatic Colors of #40bbe2

#40bbe2

Complementary Color

#40bbe2 #e26740

#40bbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bbe2 Color CSS Codes

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

#40bbe2 Text Font Color

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

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


#40bbe2 Background Color

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

This div background color is #40bbe2


#40bbe2 Border Color

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

This div border color is #40bbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bbe2


Comments

No comments written yet.

Please login to write comment.