Color Hex Logo

#64baeb Color Hex

#64BAEB
(100,186,235)
0 Favorites   0 Comments

Color spaces of #64baeb

RGB 100186235
HSL0.560.770.66
HSV202°57°92°
CMYK 0.570.210.00   0.08
XYZ37.809843.825385.0636
Yxy43.82530.22680.2629
Hunter Lab66.2007-13.9029-29.8433
CIE-Lab72.1116-12.0644-32.2842

#64baeb color RGB value is (100,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111010 11101011
Octal 144 272 353
Decimal 100 186 235
Hex 64 BA EB

RGB Percentages of Color #64baeb

%19.19
%35.70
%45.11

CMYK Percentages of Color #64baeb

%57
%21
%0
%8

Triadic Colors of #64baeb

#64baeb #eb64ba #baeb64

Analogous Colors of #64baeb

#64baeb #6477eb #64ebd9

Monochromatic Colors of #64baeb

#64baeb

Complementary Color

#64baeb #eb9564

#64baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64baeb Color CSS Codes

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

#64baeb Text Font Color

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

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


#64baeb Background Color

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

This div background color is #64baeb


#64baeb Border Color

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

This div border color is #64baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64baeb

#64baeb Color Palettes


Comments

No comments written yet.

Please login to write comment.