Color Hex Logo

#64ddfe Color Hex

#64DDFE
(100,221,254)
0 Favorites   0 Comments

Color spaces of #64ddfe

RGB 100221254
HSL0.540.990.69
HSV193°61°100°
CMYK 0.610.130.00   0.00
XYZ49.001461.5780103.0690
Yxy61.57800.22940.2882
Hunter Lab78.4717-25.8616-22.9446
CIE-Lab82.6885-24.4593-26.2223

#64ddfe color RGB value is (100,221,254).

#64ddfe hex color red value is 100, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #64ddfe hue: 0.54 , saturation: 0.99 and the lightness value of 64ddfe is 0.69.

The process color (four color CMYK) of #64ddfe color hex is 0.61, 0.13, 0.00, 0.00. Web safe color of #64ddfe is #66ccff. Color #64ddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011101 11111110
Octal 144 335 376
Decimal 100 221 254
Hex 64 DD FE

RGB Percentages of Color #64ddfe

%17.39
%38.43
%44.17

CMYK Percentages of Color #64ddfe

%61
%13
%0
%0

Triadic Colors of #64ddfe

#64ddfe #fe64dd #ddfe64

Analogous Colors of #64ddfe

#64ddfe #6490fe #64fed2

Monochromatic Colors of #64ddfe

#64ddfe

Complementary Color

#64ddfe #fe8564

#64ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ddfe Color CSS Codes

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

#64ddfe Text Font Color

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

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


#64ddfe Background Color

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

This div background color is #64ddfe


#64ddfe Border Color

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

This div border color is #64ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.