Color Hex Logo

#64d2ff Color Hex

#64D2FF
(100,210,255)
0 Favorites   0 Comments

Color spaces of #64d2ff

RGB 100210255
HSL0.551.000.70
HSV197°61°100°
CMYK 0.610.180.00   0.00
XYZ46.352156.0225102.9782
Yxy56.02250.22570.2728
Hunter Lab74.8482-20.4425-29.1791
CIE-Lab79.6266-18.6213-31.4437

#64d2ff color RGB value is (100,210,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11010010 11111111
Octal 144 322 377
Decimal 100 210 255
Hex 64 D2 FF

RGB Percentages of Color #64d2ff

%17.70
%37.17
%45.13

CMYK Percentages of Color #64d2ff

%61
%18
%0
%0

Triadic Colors of #64d2ff

#64d2ff #ff64d2 #d2ff64

Analogous Colors of #64d2ff

#64d2ff #6485ff #64ffdf

Monochromatic Colors of #64d2ff

#64d2ff

Complementary Color

#64d2ff #ff9164

#64d2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64d2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#64d2ff Color CSS Codes

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

#64d2ff Text Font Color

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

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


#64d2ff Background Color

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

This div background color is #64d2ff


#64d2ff Border Color

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

This div border color is #64d2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64d2ff


Comments

No comments written yet.

Please login to write comment.