Color Hex Logo

#64deff Color Hex

#64DEFF
(100,222,255)
0 Favorites   0 Comments

Color spaces of #64deff

RGB 100222255
HSL0.541.000.70
HSV193°61°100°
CMYK 0.610.130.00   0.00
XYZ49.426862.1719104.0030
Yxy62.17190.22930.2884
Hunter Lab78.8492-26.0928-23.0098
CIE-Lab83.0048-24.6656-26.2685

#64deff color RGB value is (100,222,255).

#64deff hex color red value is 100, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #64deff hue: 0.54 , saturation: 1.00 and the lightness value of 64deff is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011110 11111111
Octal 144 336 377
Decimal 100 222 255
Hex 64 DE FF

RGB Percentages of Color #64deff

%17.33
%38.47
%44.19

CMYK Percentages of Color #64deff

%61
%13
%0
%0

Triadic Colors of #64deff

#64deff #ff64de #deff64

Analogous Colors of #64deff

#64deff #6491ff #64ffd3

Monochromatic Colors of #64deff

#64deff

Complementary Color

#64deff #ff8564

#64deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#64deff Color CSS Codes

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

#64deff Text Font Color

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

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


#64deff Background Color

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

This div background color is #64deff


#64deff Border Color

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

This div border color is #64deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64deff

Related Colors


Comments

No comments written yet.

Please login to write comment.