Color Hex Logo

#64abeb Color Hex

#64ABEB
(100,171,235)
0 Favorites   0 Comments

Color spaces of #64abeb

RGB 100171235
HSL0.580.770.66
HSV208°57°92°
CMYK 0.570.270.00   0.08
XYZ34.813837.833384.0649
Yxy37.83330.22220.2414
Hunter Lab61.5088-6.6099-37.9763
CIE-Lab67.8976-3.8818-38.8260

#64abeb color RGB value is (100,171,235).

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

The process color (four color CMYK) of #64abeb color hex is 0.57, 0.27, 0.00, 0.08. Web safe color of #64abeb is #6699ff. Color #64abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101011 11101011
Octal 144 253 353
Decimal 100 171 235
Hex 64 AB EB

RGB Percentages of Color #64abeb

%19.76
%33.79
%46.44

CMYK Percentages of Color #64abeb

%57
%27
%0
%8

Triadic Colors of #64abeb

#64abeb #eb64ab #abeb64

Analogous Colors of #64abeb

#64abeb #6468eb #64ebe8

Monochromatic Colors of #64abeb

#64abeb

Complementary Color

#64abeb #eba464

#64abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64abeb Color CSS Codes

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

#64abeb Text Font Color

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

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


#64abeb Background Color

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

This div background color is #64abeb


#64abeb Border Color

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

This div border color is #64abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64abeb


Comments

No comments written yet.

Please login to write comment.