Color Hex Logo

#64bef5 Color Hex

#64BEF5
(100,190,245)
0 Favorites   0 Comments

Color spaces of #64bef5

RGB 100190245
HSL0.560.880.68
HSV203°59°96°
CMYK 0.590.220.00   0.04
XYZ40.150446.128893.1738
Yxy46.12880.22370.2571
Hunter Lab67.9182-13.3351-33.7945
CIE-Lab73.6290-11.1686-35.3452

#64bef5 color RGB value is (100,190,245).

#64bef5 hex color red value is 100, green value is 190 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #64bef5 hue: 0.56 , saturation: 0.88 and the lightness value of 64bef5 is 0.68.

The process color (four color CMYK) of #64bef5 color hex is 0.59, 0.22, 0.00, 0.04. Web safe color of #64bef5 is #66ccff. Color #64bef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111110 11110101
Octal 144 276 365
Decimal 100 190 245
Hex 64 BE F5

RGB Percentages of Color #64bef5

%18.69
%35.51
%45.79

CMYK Percentages of Color #64bef5

%59
%22
%0
%4

Triadic Colors of #64bef5

#64bef5 #f564be #bef564

Analogous Colors of #64bef5

#64bef5 #6476f5 #64f5e4

Monochromatic Colors of #64bef5

#64bef5

Complementary Color

#64bef5 #f59b64

#64bef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bef5 Color CSS Codes

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

#64bef5 Text Font Color

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

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


#64bef5 Background Color

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

This div background color is #64bef5


#64bef5 Border Color

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

This div border color is #64bef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bef5


Comments

No comments written yet.

Please login to write comment.