Color Hex Logo

#64efda Color Hex

#64EFDA
(100,239,218)
0 Favorites   0 Comments

Color spaces of #64efda

RGB 100239218
HSL0.470.810.66
HSV171°58°94°
CMYK 0.580.000.09   0.06
XYZ48.776969.504377.1745
Yxy69.50430.24960.3556
Hunter Lab83.3692-41.46103.4740
CIE-Lab86.7532-42.5927-1.1599

#64efda color RGB value is (100,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101111 11011010
Octal 144 357 332
Decimal 100 239 218
Hex 64 EF DA

RGB Percentages of Color #64efda

%17.95
%42.91
%39.14

CMYK Percentages of Color #64efda

%58
%0
%9
%6

Triadic Colors of #64efda

#64efda #da64ef #efda64

Analogous Colors of #64efda

#64efda #64bfef #64ef95

Monochromatic Colors of #64efda

#64efda

Complementary Color

#64efda #ef6479

#64efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#64efda Color CSS Codes

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

#64efda Text Font Color

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

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


#64efda Background Color

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

This div background color is #64efda


#64efda Border Color

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

This div border color is #64efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64efda


Comments

No comments written yet.

Please login to write comment.