Color Hex Logo

#64abfb Color Hex

#64ABFB
(100,171,251)
0 Favorites   0 Comments

Color spaces of #64abfb

RGB 100171251
HSL0.590.950.69
HSV212°60°98°
CMYK 0.600.320.00   0.02
XYZ37.231038.800296.7937
Yxy38.80020.21540.2245
Hunter Lab62.2898-2.3166-48.5294
CIE-Lab68.60631.1585-46.4329

#64abfb color RGB value is (100,171,251).

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

The process color (four color CMYK) of #64abfb color hex is 0.60, 0.32, 0.00, 0.02. Web safe color of #64abfb is #6699ff. Color #64abfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101011 11111011
Octal 144 253 373
Decimal 100 171 251
Hex 64 AB FB

RGB Percentages of Color #64abfb

%19.16
%32.76
%48.08

CMYK Percentages of Color #64abfb

%60
%32
%0
%2

Triadic Colors of #64abfb

#64abfb #fb64ab #abfb64

Analogous Colors of #64abfb

#64abfb #6964fb #64f7fb

Monochromatic Colors of #64abfb

#64abfb

Complementary Color

#64abfb #fbb464

#64abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64abfb Color CSS Codes

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

#64abfb Text Font Color

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

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


#64abfb Background Color

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

This div background color is #64abfb


#64abfb Border Color

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

This div border color is #64abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64abfb


Comments

No comments written yet.

Please login to write comment.