Color Hex Logo

#64face Color Hex

#64FACE
(100,250,206)
0 Favorites   0 Comments

Color spaces of #64face

RGB 100250206
HSL0.450.940.69
HSV162°60°98°
CMYK 0.600.000.18   0.02
XYZ50.581775.536870.3066
Yxy75.53680.25750.3846
Hunter Lab86.9119-48.211012.8762
CIE-Lab89.6438-50.17489.2789

#64face color RGB value is (100,250,206).

#64face hex color red value is 100, green value is 250 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #64face hue: 0.45 , saturation: 0.94 and the lightness value of 64face is 0.69.

The process color (four color CMYK) of #64face color hex is 0.60, 0.00, 0.18, 0.02. Web safe color of #64face is #66ffcc. Color #64face contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11111010 11001110
Octal 144 372 316
Decimal 100 250 206
Hex 64 FA CE

RGB Percentages of Color #64face

%17.99
%44.96
%37.05

CMYK Percentages of Color #64face

%60
%0
%18
%2

Triadic Colors of #64face

#64face #ce64fa #face64

Analogous Colors of #64face

#64face #64dbfa #64fa83

Monochromatic Colors of #64face

#64face

Complementary Color

#64face #fa6490

#64face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64face Color Preview on White Background

Lorem ipsum dolor sit amet.

#64face Color CSS Codes

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

#64face Text Font Color

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

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


#64face Background Color

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

This div background color is #64face


#64face Border Color

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

This div border color is #64face


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64face


Comments

No comments written yet.

Please login to write comment.