Color Hex Logo

#64e6df Color Hex

#64E6DF
(100,230,223)
0 Favorites   0 Comments

Color spaces of #64e6df

RGB 100230223
HSL0.490.720.65
HSV177°57°90°
CMYK 0.570.000.03   0.10
XYZ46.871664.630779.8166
Yxy64.63070.24500.3378
Hunter Lab80.3932-36.6174-2.5895
CIE-Lab84.2931-37.2704-7.4136

#64e6df color RGB value is (100,230,223).

#64e6df hex color red value is 100, green value is 230 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #64e6df hue: 0.49 , saturation: 0.72 and the lightness value of 64e6df is 0.65.

The process color (four color CMYK) of #64e6df color hex is 0.57, 0.00, 0.03, 0.10. Web safe color of #64e6df is #66ffcc. Color #64e6df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11100110 11011111
Octal 144 346 337
Decimal 100 230 223
Hex 64 E6 DF

RGB Percentages of Color #64e6df

%18.08
%41.59
%40.33

CMYK Percentages of Color #64e6df

%57
%0
%3
%10

Triadic Colors of #64e6df

#64e6df #df64e6 #e6df64

Analogous Colors of #64e6df

#64e6df #64ace6 #64e69e

Monochromatic Colors of #64e6df

#64e6df

Complementary Color

#64e6df #e6646b

#64e6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e6df Color CSS Codes

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

#64e6df Text Font Color

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

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


#64e6df Background Color

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

This div background color is #64e6df


#64e6df Border Color

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

This div border color is #64e6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e6df


Comments

No comments written yet.

Please login to write comment.