Color Hex Logo

#64eeda Color Hex

#64EEDA
(100,238,218)
0 Favorites   0 Comments

Color spaces of #64eeda

RGB 100238218
HSL0.480.800.66
HSV171°58°93°
CMYK 0.580.000.08   0.07
XYZ48.485068.920477.0772
Yxy68.92040.24930.3544
Hunter Lab83.0183-41.03313.0658
CIE-Lab86.4646-42.1490-1.5824

#64eeda color RGB value is (100,238,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101110 11011010
Octal 144 356 332
Decimal 100 238 218
Hex 64 EE DA

RGB Percentages of Color #64eeda

%17.99
%42.81
%39.21

CMYK Percentages of Color #64eeda

%58
%0
%8
%7

Triadic Colors of #64eeda

#64eeda #da64ee #eeda64

Analogous Colors of #64eeda

#64eeda #64bdee #64ee95

Monochromatic Colors of #64eeda

#64eeda

Complementary Color

#64eeda #ee6478

#64eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#64eeda Color CSS Codes

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

#64eeda Text Font Color

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

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


#64eeda Background Color

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

This div background color is #64eeda


#64eeda Border Color

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

This div border color is #64eeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64eeda


Comments

No comments written yet.

Please login to write comment.