Color Hex Logo

#64acea Color Hex

#64ACEA
(100,172,234)
1 Favorites   0 Comments

Color spaces of #64acea

RGB 100172234
HSL0.580.760.65
HSV208°57°92°
CMYK 0.570.260.00   0.08
XYZ34.859338.154983.3692
Yxy38.15490.22290.2440
Hunter Lab61.7697-7.3616-36.7837
CIE-Lab68.1346-4.7478-37.9097

#64acea color RGB value is (100,172,234).

#64acea hex color red value is 100, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #64acea hue: 0.58 , saturation: 0.76 and the lightness value of 64acea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101100 11101010
Octal 144 254 352
Decimal 100 172 234
Hex 64 AC EA

RGB Percentages of Color #64acea

%19.76
%33.99
%46.25

CMYK Percentages of Color #64acea

%57
%26
%0
%8

Triadic Colors of #64acea

#64acea #ea64ac #acea64

Analogous Colors of #64acea

#64acea #6469ea #64eae5

Monochromatic Colors of #64acea

#64acea

Complementary Color

#64acea #eaa264

#64acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#64acea Color CSS Codes

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

#64acea Text Font Color

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

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


#64acea Background Color

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

This div background color is #64acea


#64acea Border Color

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

This div border color is #64acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64acea


Comments

No comments written yet.

Please login to write comment.