Color Hex Logo

#64aece Color Hex

#64AECE
(100,174,206)
0 Favorites   0 Comments

Color spaces of #64aece

RGB 100174206
HSL0.550.520.60
HSV198°51°81°
CMYK 0.510.160.00   0.19
XYZ31.532237.437763.9568
Yxy37.43770.23720.2816
Hunter Lab61.1864-15.0867-19.1441
CIE-Lab67.6041-14.2304-23.3514

#64aece color RGB value is (100,174,206).

#64aece hex color red value is 100, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #64aece hue: 0.55 , saturation: 0.52 and the lightness value of 64aece is 0.60.

The process color (four color CMYK) of #64aece color hex is 0.51, 0.16, 0.00, 0.19. Web safe color of #64aece is #6699cc. Color #64aece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 11001110
Octal 144 256 316
Decimal 100 174 206
Hex 64 AE CE

RGB Percentages of Color #64aece

%20.83
%36.25
%42.92

CMYK Percentages of Color #64aece

%51
%16
%0
%19

Triadic Colors of #64aece

#64aece #ce64ae #aece64

Analogous Colors of #64aece

#64aece #6479ce #64ceb9

Monochromatic Colors of #64aece

#64aece

Complementary Color

#64aece #ce8464

#64aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aece Color CSS Codes

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

#64aece Text Font Color

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

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


#64aece Background Color

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

This div background color is #64aece


#64aece Border Color

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

This div border color is #64aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aece


Comments

No comments written yet.

Please login to write comment.