Color Hex Logo

#64ddfd Color Hex

#64DDFD
(100,221,253)
0 Favorites   0 Comments

Color spaces of #64ddfd

RGB 100221253
HSL0.530.970.69
HSV193°60°99°
CMYK 0.600.130.00   0.01
XYZ48.841661.5141102.2277
Yxy61.51410.22980.2894
Hunter Lab78.4309-26.0961-22.3776
CIE-Lab82.6543-24.7484-25.7454

#64ddfd color RGB value is (100,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011101 11111101
Octal 144 335 375
Decimal 100 221 253
Hex 64 DD FD

RGB Percentages of Color #64ddfd

%17.42
%38.50
%44.08

CMYK Percentages of Color #64ddfd

%60
%13
%0
%1

Triadic Colors of #64ddfd

#64ddfd #fd64dd #ddfd64

Analogous Colors of #64ddfd

#64ddfd #6491fd #64fdd1

Monochromatic Colors of #64ddfd

#64ddfd

Complementary Color

#64ddfd #fd8464

#64ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ddfd Color CSS Codes

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

#64ddfd Text Font Color

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

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


#64ddfd Background Color

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

This div background color is #64ddfd


#64ddfd Border Color

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

This div border color is #64ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.