Color Hex Logo

#64fcce Color Hex

#64FCCE
(100,252,206)
0 Favorites   0 Comments

Color spaces of #64fcce

RGB 100252206
HSL0.450.960.69
HSV162°60°99°
CMYK 0.600.000.18   0.01
XYZ51.206576.786470.5149
Yxy76.78640.25800.3868
Hunter Lab87.6278-49.039913.6283
CIE-Lab90.2232-51.010610.1073

#64fcce color RGB value is (100,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11111100 11001110
Octal 144 374 316
Decimal 100 252 206
Hex 64 FC CE

RGB Percentages of Color #64fcce

%17.92
%45.16
%36.92

CMYK Percentages of Color #64fcce

%60
%0
%18
%1

Triadic Colors of #64fcce

#64fcce #ce64fc #fcce64

Analogous Colors of #64fcce

#64fcce #64defc #64fc82

Monochromatic Colors of #64fcce

#64fcce

Complementary Color

#64fcce #fc6492

#64fcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64fcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#64fcce Color CSS Codes

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

#64fcce Text Font Color

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

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


#64fcce Background Color

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

This div background color is #64fcce


#64fcce Border Color

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

This div border color is #64fcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64fcce


Comments

No comments written yet.

Please login to write comment.