Color Hex Logo

#64eefd Color Hex

#64EEFD
(100,238,253)
0 Favorites   0 Comments

Color spaces of #64eefd

RGB 100238253
HSL0.520.970.69
HSV186°60°99°
CMYK 0.600.060.00   0.01
XYZ53.559770.9502103.8004
Yxy70.95020.23460.3108
Hunter Lab84.2319-33.9049-14.1017
CIE-Lab87.4608-32.9646-18.4576

#64eefd color RGB value is (100,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101110 11111101
Octal 144 356 375
Decimal 100 238 253
Hex 64 EE FD

RGB Percentages of Color #64eefd

%16.92
%40.27
%42.81

CMYK Percentages of Color #64eefd

%60
%6
%0
%1

Triadic Colors of #64eefd

#64eefd #fd64ee #eefd64

Analogous Colors of #64eefd

#64eefd #64a2fd #64fdc0

Monochromatic Colors of #64eefd

#64eefd

Complementary Color

#64eefd #fd7364

#64eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64eefd Color CSS Codes

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

#64eefd Text Font Color

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

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


#64eefd Background Color

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

This div background color is #64eefd


#64eefd Border Color

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

This div border color is #64eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64eefd

Related Colors


Comments

No comments written yet.

Please login to write comment.