Color Hex Logo

#64bafd Color Hex

#64BAFD
(100,186,253)
0 Favorites   0 Comments

Color spaces of #64bafd

RGB 100186253
HSL0.570.970.69
HSV206°60°99°
CMYK 0.600.260.00   0.01
XYZ40.544144.919099.4618
Yxy44.91900.21920.2429
Hunter Lab67.0216-9.3060-41.0727
CIE-Lab72.8385-6.5390-40.8869

#64bafd color RGB value is (100,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111010 11111101
Octal 144 272 375
Decimal 100 186 253
Hex 64 BA FD

RGB Percentages of Color #64bafd

%18.55
%34.51
%46.94

CMYK Percentages of Color #64bafd

%60
%26
%0
%1

Triadic Colors of #64bafd

#64bafd #fd64ba #bafd64

Analogous Colors of #64bafd

#64bafd #646efd #64fdf4

Monochromatic Colors of #64bafd

#64bafd

Complementary Color

#64bafd #fda764

#64bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bafd Color CSS Codes

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

#64bafd Text Font Color

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

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


#64bafd Background Color

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

This div background color is #64bafd


#64bafd Border Color

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

This div border color is #64bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bafd


Comments

No comments written yet.

Please login to write comment.