Color Hex Logo

#64efdf Color Hex

#64EFDF
(100,239,223)
0 Favorites   0 Comments

Color spaces of #64efdf

RGB 100239223
HSL0.480.810.66
HSV173°58°94°
CMYK 0.580.000.07   0.06
XYZ49.441369.770080.6732
Yxy69.77000.24730.3491
Hunter Lab83.5284-40.51891.2066
CIE-Lab86.8839-41.3469-3.5894

#64efdf color RGB value is (100,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101111 11011111
Octal 144 357 337
Decimal 100 239 223
Hex 64 EF DF

RGB Percentages of Color #64efdf

%17.79
%42.53
%39.68

CMYK Percentages of Color #64efdf

%58
%0
%7
%6

Triadic Colors of #64efdf

#64efdf #df64ef #efdf64

Analogous Colors of #64efdf

#64efdf #64baef #64ef9a

Monochromatic Colors of #64efdf

#64efdf

Complementary Color

#64efdf #ef6474

#64efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#64efdf Color CSS Codes

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

#64efdf Text Font Color

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

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


#64efdf Background Color

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

This div background color is #64efdf


#64efdf Border Color

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

This div border color is #64efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64efdf


Comments

No comments written yet.

Please login to write comment.