Color Hex Logo

#64fedd Color Hex

#64FEDD
(100,254,221)
0 Favorites   0 Comments

Color spaces of #64fedd

RGB 100254221
HSL0.460.990.69
HSV167°61°100°
CMYK 0.610.000.13   0.00
XYZ53.748578.813480.7863
Yxy78.81340.25190.3694
Hunter Lab88.7769-47.28978.1904
CIE-Lab91.1498-48.38073.6810

#64fedd color RGB value is (100,254,221).

#64fedd hex color red value is 100, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #64fedd hue: 0.46 , saturation: 0.99 and the lightness value of 64fedd is 0.69.

The process color (four color CMYK) of #64fedd color hex is 0.61, 0.00, 0.13, 0.00. Web safe color of #64fedd is #66ffcc. Color #64fedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11111110 11011101
Octal 144 376 335
Decimal 100 254 221
Hex 64 FE DD

RGB Percentages of Color #64fedd

%17.39
%44.17
%38.43

CMYK Percentages of Color #64fedd

%61
%0
%13
%0

Triadic Colors of #64fedd

#64fedd #dd64fe #fedd64

Analogous Colors of #64fedd

#64fedd #64d2fe #64fe90

Monochromatic Colors of #64fedd

#64fedd

Complementary Color

#64fedd #fe6485

#64fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64fedd Color CSS Codes

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

#64fedd Text Font Color

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

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


#64fedd Background Color

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

This div background color is #64fedd


#64fedd Border Color

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

This div border color is #64fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64fedd


Comments

No comments written yet.

Please login to write comment.