Color Hex Logo

#64eafc Color Hex

#64EAFC
(100,234,252)
0 Favorites   0 Comments

Color spaces of #64eafc

RGB 100234252
HSL0.520.960.69
HSV187°60°99°
CMYK 0.600.070.00   0.01
XYZ52.249068.5832102.5795
Yxy68.58320.23390.3070
Hunter Lab82.8150-32.3083-15.4696
CIE-Lab86.2972-31.3459-19.6890

#64eafc color RGB value is (100,234,252).

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

The process color (four color CMYK) of #64eafc color hex is 0.60, 0.07, 0.00, 0.01. Web safe color of #64eafc is #66ffff. Color #64eafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101010 11111100
Octal 144 352 374
Decimal 100 234 252
Hex 64 EA FC

RGB Percentages of Color #64eafc

%17.06
%39.93
%43.00

CMYK Percentages of Color #64eafc

%60
%7
%0
%1

Triadic Colors of #64eafc

#64eafc #fc64ea #eafc64

Analogous Colors of #64eafc

#64eafc #649efc #64fcc2

Monochromatic Colors of #64eafc

#64eafc

Complementary Color

#64eafc #fc7664

#64eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64eafc Color CSS Codes

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

#64eafc Text Font Color

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

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


#64eafc Background Color

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

This div background color is #64eafc


#64eafc Border Color

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

This div border color is #64eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64eafc


Comments

No comments written yet.

Please login to write comment.