Color Hex Logo

#64eefa Color Hex

#64EEFA
(100,238,250)
0 Favorites   0 Comments

Color spaces of #64eefa

RGB 100238250
HSL0.510.940.69
HSV185°60°98°
CMYK 0.600.050.00   0.02
XYZ53.085470.7605101.3027
Yxy70.76050.23580.3143
Hunter Lab84.1193-34.5622-12.5180
CIE-Lab87.3685-33.7895-17.0251

#64eefa color RGB value is (100,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101110 11111010
Octal 144 356 372
Decimal 100 238 250
Hex 64 EE FA

RGB Percentages of Color #64eefa

%17.01
%40.48
%42.52

CMYK Percentages of Color #64eefa

%60
%5
%0
%2

Triadic Colors of #64eefa

#64eefa #fa64ee #eefa64

Analogous Colors of #64eefa

#64eefa #64a3fa #64fabb

Monochromatic Colors of #64eefa

#64eefa

Complementary Color

#64eefa #fa7064

#64eefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64eefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#64eefa Color CSS Codes

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

#64eefa Text Font Color

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

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


#64eefa Background Color

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

This div background color is #64eefa


#64eefa Border Color

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

This div border color is #64eefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64eefa

Related Colors


Comments

No comments written yet.

Please login to write comment.