Color Hex Logo

#64abca Color Hex

#64ABCA
(100,171,202)
0 Favorites   0 Comments

Color spaces of #64abca

RGB 100171202
HSL0.550.490.59
HSV198°50°79°
CMYK 0.500.150.00   0.21
XYZ30.479136.099461.2386
Yxy36.09940.23850.2824
Hunter Lab60.0828-14.5945-18.3726
CIE-Lab66.5958-13.7813-22.6825

#64abca color RGB value is (100,171,202).

#64abca hex color red value is 100, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #64abca hue: 0.55 , saturation: 0.49 and the lightness value of 64abca is 0.59.

The process color (four color CMYK) of #64abca color hex is 0.50, 0.15, 0.00, 0.21. Web safe color of #64abca is #6699cc. Color #64abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101011 11001010
Octal 144 253 312
Decimal 100 171 202
Hex 64 AB CA

RGB Percentages of Color #64abca

%21.14
%36.15
%42.71

CMYK Percentages of Color #64abca

%50
%15
%0
%21

Triadic Colors of #64abca

#64abca #ca64ab #abca64

Analogous Colors of #64abca

#64abca #6478ca #64cab6

Monochromatic Colors of #64abca

#64abca

Complementary Color

#64abca #ca8364

#64abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#64abca Color CSS Codes

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

#64abca Text Font Color

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

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


#64abca Background Color

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

This div background color is #64abca


#64abca Border Color

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

This div border color is #64abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64abca


Comments

No comments written yet.

Please login to write comment.