Color Hex Logo

#64bbeb Color Hex

#64BBEB
(100,187,235)
0 Favorites   0 Comments

Color spaces of #64bbeb

RGB 100187235
HSL0.560.770.66
HSV201°57°92°
CMYK 0.570.200.00   0.08
XYZ38.021344.248185.1341
Yxy44.24810.22710.2643
Hunter Lab66.5192-14.3810-29.3183
CIE-Lab72.3940-12.5975-31.8481

#64bbeb color RGB value is (100,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111011 11101011
Octal 144 273 353
Decimal 100 187 235
Hex 64 BB EB

RGB Percentages of Color #64bbeb

%19.16
%35.82
%45.02

CMYK Percentages of Color #64bbeb

%57
%20
%0
%8

Triadic Colors of #64bbeb

#64bbeb #eb64bb #bbeb64

Analogous Colors of #64bbeb

#64bbeb #6478eb #64ebd8

Monochromatic Colors of #64bbeb

#64bbeb

Complementary Color

#64bbeb #eb9464

#64bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bbeb Color CSS Codes

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

#64bbeb Text Font Color

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

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


#64bbeb Background Color

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

This div background color is #64bbeb


#64bbeb Border Color

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

This div border color is #64bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bbeb


Comments

No comments written yet.

Please login to write comment.