Color Hex Logo

#40effb Color Hex

#40EFFB
(64,239,251)
0 Favorites   0 Comments

Color spaces of #40effb

RGB 64239251
HSL0.510.960.62
HSV184°75°98°
CMYK 0.750.050.00   0.02
XYZ50.393469.7880102.0812
Yxy69.78800.22670.3140
Hunter Lab83.5392-38.5170-13.9723
CIE-Lab86.8928-38.8203-18.3442

#40effb color RGB value is (64,239,251).

#40effb hex color red value is 64, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #40effb hue: 0.51 , saturation: 0.96 and the lightness value of 40effb is 0.62.

The process color (four color CMYK) of #40effb color hex is 0.75, 0.05, 0.00, 0.02. Web safe color of #40effb is #33ffff. Color #40effb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11101111 11111011
Octal 100 357 373
Decimal 64 239 251
Hex 40 EF FB

RGB Percentages of Color #40effb

%11.55
%43.14
%45.31

CMYK Percentages of Color #40effb

%75
%5
%0
%2

Triadic Colors of #40effb

#40effb #fb40ef #effb40

Analogous Colors of #40effb

#40effb #4092fb #40fbaa

Monochromatic Colors of #40effb

#40effb

Complementary Color

#40effb #fb4c40

#40effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40effb Color CSS Codes

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

#40effb Text Font Color

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

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


#40effb Background Color

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

This div background color is #40effb


#40effb Border Color

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

This div border color is #40effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40effb


Comments

No comments written yet.

Please login to write comment.