Color Hex Logo

#64aecf Color Hex

#64AECF
(100,174,207)
0 Favorites   0 Comments

Color spaces of #64aecf

RGB 100174207
HSL0.550.530.60
HSV199°52°81°
CMYK 0.520.160.00   0.19
XYZ31.654137.486464.5987
Yxy37.48640.23670.2803
Hunter Lab61.2261-14.8607-19.6976
CIE-Lab67.6404-13.9412-23.8474

#64aecf color RGB value is (100,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 11001111
Octal 144 256 317
Decimal 100 174 207
Hex 64 AE CF

RGB Percentages of Color #64aecf

%20.79
%36.17
%43.04

CMYK Percentages of Color #64aecf

%52
%16
%0
%19

Triadic Colors of #64aecf

#64aecf #cf64ae #aecf64

Analogous Colors of #64aecf

#64aecf #6479cf #64cfbb

Monochromatic Colors of #64aecf

#64aecf

Complementary Color

#64aecf #cf8564

#64aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aecf Color CSS Codes

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

#64aecf Text Font Color

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

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


#64aecf Background Color

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

This div background color is #64aecf


#64aecf Border Color

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

This div border color is #64aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aecf


Comments

No comments written yet.

Please login to write comment.