Color Hex Logo

#40bfe2 Color Hex

#40BFE2
(64,191,226)
0 Favorites   0 Comments

Color spaces of #40bfe2

RGB 64191226
HSL0.540.740.57
HSV193°72°89°
CMYK 0.720.150.00   0.11
XYZ34.472643.842678.5971
Yxy43.84260.21970.2794
Hunter Lab66.2137-22.9423-24.0288
CIE-Lab72.1232-23.2682-27.4730

#40bfe2 color RGB value is (64,191,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111111 11100010
Octal 100 277 342
Decimal 64 191 226
Hex 40 BF E2

RGB Percentages of Color #40bfe2

%13.31
%39.71
%46.99

CMYK Percentages of Color #40bfe2

%72
%15
%0
%11

Triadic Colors of #40bfe2

#40bfe2 #e240bf #bfe240

Analogous Colors of #40bfe2

#40bfe2 #406ee2 #40e2b4

Monochromatic Colors of #40bfe2

#40bfe2

Complementary Color

#40bfe2 #e26340

#40bfe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bfe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bfe2 Color CSS Codes

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

#40bfe2 Text Font Color

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

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


#40bfe2 Background Color

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

This div background color is #40bfe2


#40bfe2 Border Color

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

This div border color is #40bfe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bfe2


Comments

No comments written yet.

Please login to write comment.