Color Hex Logo

#64e0ed Color Hex

#64E0ED
(100,224,237)
0 Favorites   0 Comments

Color spaces of #64e0ed

RGB 100224237
HSL0.520.790.66
HSV186°58°93°
CMYK 0.580.050.00   0.07
XYZ47.197262.135189.6265
Yxy62.13510.23720.3123
Hunter Lab78.8258-31.0678-12.2358
CIE-Lab82.9852-30.7205-16.7729

#64e0ed color RGB value is (100,224,237).

#64e0ed hex color red value is 100, green value is 224 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #64e0ed hue: 0.52 , saturation: 0.79 and the lightness value of 64e0ed is 0.66.

The process color (four color CMYK) of #64e0ed color hex is 0.58, 0.05, 0.00, 0.07. Web safe color of #64e0ed is #66ccff. Color #64e0ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11100000 11101101
Octal 144 340 355
Decimal 100 224 237
Hex 64 E0 ED

RGB Percentages of Color #64e0ed

%17.83
%39.93
%42.25

CMYK Percentages of Color #64e0ed

%58
%5
%0
%7

Triadic Colors of #64e0ed

#64e0ed #ed64e0 #e0ed64

Analogous Colors of #64e0ed

#64e0ed #649ced #64edb6

Monochromatic Colors of #64e0ed

#64e0ed

Complementary Color

#64e0ed #ed7164

#64e0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e0ed Color CSS Codes

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

#64e0ed Text Font Color

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

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


#64e0ed Background Color

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

This div background color is #64e0ed


#64e0ed Border Color

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

This div border color is #64e0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e0ed


Comments

No comments written yet.

Please login to write comment.