Color Hex Logo

#64eadd Color Hex

#64EADD
(100,234,221)
0 Favorites   0 Comments

Color spaces of #64eadd

RGB 100234221
HSL0.480.760.65
HSV174°57°92°
CMYK 0.570.000.06   0.08
XYZ47.729566.775478.7800
Yxy66.77540.24690.3455
Hunter Lab81.7162-38.74360.0418
CIE-Lab85.3904-39.6047-4.7375

#64eadd color RGB value is (100,234,221).

#64eadd hex color red value is 100, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #64eadd hue: 0.48 , saturation: 0.76 and the lightness value of 64eadd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101010 11011101
Octal 144 352 335
Decimal 100 234 221
Hex 64 EA DD

RGB Percentages of Color #64eadd

%18.02
%42.16
%39.82

CMYK Percentages of Color #64eadd

%57
%0
%6
%8

Triadic Colors of #64eadd

#64eadd #dd64ea #eadd64

Analogous Colors of #64eadd

#64eadd #64b4ea #64ea9a

Monochromatic Colors of #64eadd

#64eadd

Complementary Color

#64eadd #ea6471

#64eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64eadd Color CSS Codes

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

#64eadd Text Font Color

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

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


#64eadd Background Color

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

This div background color is #64eadd


#64eadd Border Color

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

This div border color is #64eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64eadd


Comments

No comments written yet.

Please login to write comment.