Color Hex Logo

#64bbfd Color Hex

#64BBFD
(100,187,253)
0 Favorites   0 Comments

Color spaces of #64bbfd

RGB 100187253
HSL0.570.970.69
HSV206°60°99°
CMYK 0.600.260.00   0.01
XYZ40.755545.341899.5323
Yxy45.34180.21960.2443
Hunter Lab67.3363-9.8009-40.5033
CIE-Lab73.1164-7.0837-40.4536

#64bbfd color RGB value is (100,187,253).

#64bbfd hex color red value is 100, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #64bbfd hue: 0.57 , saturation: 0.97 and the lightness value of 64bbfd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111011 11111101
Octal 144 273 375
Decimal 100 187 253
Hex 64 BB FD

RGB Percentages of Color #64bbfd

%18.52
%34.63
%46.85

CMYK Percentages of Color #64bbfd

%60
%26
%0
%1

Triadic Colors of #64bbfd

#64bbfd #fd64bb #bbfd64

Analogous Colors of #64bbfd

#64bbfd #646ffd #64fdf3

Monochromatic Colors of #64bbfd

#64bbfd

Complementary Color

#64bbfd #fda664

#64bbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bbfd Color CSS Codes

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

#64bbfd Text Font Color

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

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


#64bbfd Background Color

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

This div background color is #64bbfd


#64bbfd Border Color

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

This div border color is #64bbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bbfd


Comments

No comments written yet.

Please login to write comment.