Color Hex Logo

#64bdeb Color Hex

#64BDEB
(100,189,235)
0 Favorites   0 Comments

Color spaces of #64bdeb

RGB 100189235
HSL0.560.770.66
HSV200°57°92°
CMYK 0.570.200.00   0.08
XYZ38.448545.102785.2765
Yxy45.10270.22770.2672
Hunter Lab67.1585-15.3356-28.2742
CIE-Lab72.9595-13.6601-30.9758

#64bdeb color RGB value is (100,189,235).

#64bdeb hex color red value is 100, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #64bdeb hue: 0.56 , saturation: 0.77 and the lightness value of 64bdeb is 0.66.

The process color (four color CMYK) of #64bdeb color hex is 0.57, 0.20, 0.00, 0.08. Web safe color of #64bdeb is #66ccff. Color #64bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111101 11101011
Octal 144 275 353
Decimal 100 189 235
Hex 64 BD EB

RGB Percentages of Color #64bdeb

%19.08
%36.07
%44.85

CMYK Percentages of Color #64bdeb

%57
%20
%0
%8

Triadic Colors of #64bdeb

#64bdeb #eb64bd #bdeb64

Analogous Colors of #64bdeb

#64bdeb #647aeb #64ebd6

Monochromatic Colors of #64bdeb

#64bdeb

Complementary Color

#64bdeb #eb9264

#64bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bdeb Color CSS Codes

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

#64bdeb Text Font Color

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

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


#64bdeb Background Color

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

This div background color is #64bdeb


#64bdeb Border Color

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

This div border color is #64bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bdeb


Comments

No comments written yet.

Please login to write comment.