Color Hex Logo

#64effb Color Hex

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

Color spaces of #64effb

RGB 100239251
HSL0.510.950.69
HSV185°60°98°
CMYK 0.600.050.00   0.02
XYZ53.534671.4074102.2282
Yxy71.40740.23570.3143
Hunter Lab84.5029-34.7961-12.5746
CIE-Lab87.6826-33.9849-17.0764

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101111 11111011
Octal 144 357 373
Decimal 100 239 251
Hex 64 EF FB

RGB Percentages of Color #64effb

%16.95
%40.51
%42.54

CMYK Percentages of Color #64effb

%60
%5
%0
%2

Triadic Colors of #64effb

#64effb #fb64ef #effb64

Analogous Colors of #64effb

#64effb #64a4fb #64fbbc

Monochromatic Colors of #64effb

#64effb

Complementary Color

#64effb #fb7064

#64effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64effb Color CSS Codes

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

#64effb Text Font Color

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

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


#64effb Background Color

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

This div background color is #64effb


#64effb Border Color

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

This div border color is #64effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64effb


Comments

No comments written yet.

Please login to write comment.