Color Hex Logo

#64ddfa Color Hex

#64DDFA
(100,221,250)
0 Favorites   0 Comments

Color spaces of #64ddfa

RGB 100221250
HSL0.530.940.69
HSV192°60°98°
CMYK 0.600.120.00   0.02
XYZ48.367361.324499.7300
Yxy61.32440.23100.2928
Hunter Lab78.3099-26.7936-20.6907
CIE-Lab82.5528-25.6114-24.3123

#64ddfa color RGB value is (100,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011101 11111010
Octal 144 335 372
Decimal 100 221 250
Hex 64 DD FA

RGB Percentages of Color #64ddfa

%17.51
%38.70
%43.78

CMYK Percentages of Color #64ddfa

%60
%12
%0
%2

Triadic Colors of #64ddfa

#64ddfa #fa64dd #ddfa64

Analogous Colors of #64ddfa

#64ddfa #6492fa #64facc

Monochromatic Colors of #64ddfa

#64ddfa

Complementary Color

#64ddfa #fa8164

#64ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ddfa Color CSS Codes

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

#64ddfa Text Font Color

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

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


#64ddfa Background Color

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

This div background color is #64ddfa


#64ddfa Border Color

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

This div border color is #64ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ddfa

Related Colors


Comments

No comments written yet.

Please login to write comment.