Color Hex Logo

#64beda Color Hex

#64BEDA
(100,190,218)
0 Favorites   0 Comments

Color spaces of #64beda

RGB 100190218
HSL0.540.610.62
HSV194°54°85°
CMYK 0.540.130.00   0.15
XYZ36.323944.598273.0235
Yxy44.59820.23600.2897
Hunter Lab66.7819-19.7788-18.0841
CIE-Lab72.6265-19.1657-22.2599

#64beda color RGB value is (100,190,218).

#64beda hex color red value is 100, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #64beda hue: 0.54 , saturation: 0.61 and the lightness value of 64beda is 0.62.

The process color (four color CMYK) of #64beda color hex is 0.54, 0.13, 0.00, 0.15. Web safe color of #64beda is #66cccc. Color #64beda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111110 11011010
Octal 144 276 332
Decimal 100 190 218
Hex 64 BE DA

RGB Percentages of Color #64beda

%19.69
%37.40
%42.91

CMYK Percentages of Color #64beda

%54
%13
%0
%15

Triadic Colors of #64beda

#64beda #da64be #beda64

Analogous Colors of #64beda

#64beda #6483da #64dabb

Monochromatic Colors of #64beda

#64beda

Complementary Color

#64beda #da8064

#64beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#64beda Color CSS Codes

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

#64beda Text Font Color

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

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


#64beda Background Color

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

This div background color is #64beda


#64beda Border Color

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

This div border color is #64beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64beda


Comments

No comments written yet.

Please login to write comment.