Color Hex Logo

#64abec Color Hex

#64ABEC
(100,171,236)
0 Favorites   0 Comments

Color spaces of #64abec

RGB 100171236
HSL0.580.780.66
HSV209°58°93°
CMYK 0.580.280.00   0.07
XYZ34.958837.891384.8281
Yxy37.89130.22170.2403
Hunter Lab61.5559-6.3492-38.6164
CIE-Lab67.9404-3.5706-39.3057

#64abec color RGB value is (100,171,236).

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

The process color (four color CMYK) of #64abec color hex is 0.58, 0.28, 0.00, 0.07. Web safe color of #64abec is #6699ff. Color #64abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101011 11101100
Octal 144 253 354
Decimal 100 171 236
Hex 64 AB EC

RGB Percentages of Color #64abec

%19.72
%33.73
%46.55

CMYK Percentages of Color #64abec

%58
%28
%0
%7

Triadic Colors of #64abec

#64abec #ec64ab #abec64

Analogous Colors of #64abec

#64abec #6467ec #64ece9

Monochromatic Colors of #64abec

#64abec

Complementary Color

#64abec #eca564

#64abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#64abec Color CSS Codes

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

#64abec Text Font Color

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

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


#64abec Background Color

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

This div background color is #64abec


#64abec Border Color

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

This div border color is #64abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64abec


Comments

No comments written yet.

Please login to write comment.