Color Hex Logo

#64cdfb Color Hex

#64CDFB
(100,205,251)
0 Favorites   0 Comments

Color spaces of #64cdfb

RGB 100205251
HSL0.550.950.69
HSV198°60°98°
CMYK 0.600.180.00   0.02
XYZ44.499453.337099.2165
Yxy53.33700.22580.2707
Hunter Lab73.0322-19.0441-29.4248
CIE-Lab78.0735-17.2420-31.7013

#64cdfb color RGB value is (100,205,251).

#64cdfb hex color red value is 100, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #64cdfb hue: 0.55 , saturation: 0.95 and the lightness value of 64cdfb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001101 11111011
Octal 144 315 373
Decimal 100 205 251
Hex 64 CD FB

RGB Percentages of Color #64cdfb

%17.99
%36.87
%45.14

CMYK Percentages of Color #64cdfb

%60
%18
%0
%2

Triadic Colors of #64cdfb

#64cdfb #fb64cd #cdfb64

Analogous Colors of #64cdfb

#64cdfb #6482fb #64fbde

Monochromatic Colors of #64cdfb

#64cdfb

Complementary Color

#64cdfb #fb9264

#64cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64cdfb Color CSS Codes

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

#64cdfb Text Font Color

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

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


#64cdfb Background Color

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

This div background color is #64cdfb


#64cdfb Border Color

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

This div border color is #64cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64cdfb


Comments

No comments written yet.

Please login to write comment.