Color Hex Logo

#64efde Color Hex

#64EFDE
(100,239,222)
0 Favorites   0 Comments

Color spaces of #64efde

RGB 100239222
HSL0.480.810.66
HSV173°58°94°
CMYK 0.580.000.07   0.06
XYZ49.306869.716379.9651
Yxy69.71630.24780.3504
Hunter Lab83.4963-40.70951.6649
CIE-Lab86.8575-41.5981-3.1039

#64efde color RGB value is (100,239,222).

#64efde hex color red value is 100, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #64efde hue: 0.48 , saturation: 0.81 and the lightness value of 64efde is 0.66.

The process color (four color CMYK) of #64efde color hex is 0.58, 0.00, 0.07, 0.06. Web safe color of #64efde is #66ffcc. Color #64efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101111 11011110
Octal 144 357 336
Decimal 100 239 222
Hex 64 EF DE

RGB Percentages of Color #64efde

%17.83
%42.60
%39.57

CMYK Percentages of Color #64efde

%58
%0
%7
%6

Triadic Colors of #64efde

#64efde #de64ef #efde64

Analogous Colors of #64efde

#64efde #64bbef #64ef99

Monochromatic Colors of #64efde

#64efde

Complementary Color

#64efde #ef6475

#64efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#64efde Color CSS Codes

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

#64efde Text Font Color

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

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


#64efde Background Color

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

This div background color is #64efde


#64efde Border Color

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

This div border color is #64efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64efde


Comments

No comments written yet.

Please login to write comment.