Color Hex Logo

#64efff Color Hex

#64EFFF
(100,239,255)
0 Favorites   0 Comments

Color spaces of #64efff

RGB 100239255
HSL0.521.000.70
HSV186°61°100°
CMYK 0.610.060.00   0.00
XYZ54.172071.6623105.5848
Yxy71.66230.23410.3097
Hunter Lab84.6536-33.9171-14.6924
CIE-Lab87.8058-32.8837-18.9843

#64efff color RGB value is (100,239,255).

#64efff hex color red value is 100, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #64efff hue: 0.52 , saturation: 1.00 and the lightness value of 64efff is 0.70.

The process color (four color CMYK) of #64efff color hex is 0.61, 0.06, 0.00, 0.00. Web safe color of #64efff is #66ffff. Color #64efff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101111 11111111
Octal 144 357 377
Decimal 100 239 255
Hex 64 EF FF

RGB Percentages of Color #64efff

%16.84
%40.24
%42.93

CMYK Percentages of Color #64efff

%61
%6
%0
%0

Triadic Colors of #64efff

#64efff #ff64ef #efff64

Analogous Colors of #64efff

#64efff #64a2ff #64ffc2

Monochromatic Colors of #64efff

#64efff

Complementary Color

#64efff #ff7464

#64efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#64efff Color CSS Codes

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

#64efff Text Font Color

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

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


#64efff Background Color

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

This div background color is #64efff


#64efff Border Color

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

This div border color is #64efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64efff

Related Colors


Comments

No comments written yet.

Please login to write comment.