Color Hex Logo

#64afcf Color Hex

#64AFCF
(100,175,207)
0 Favorites   0 Comments

Color spaces of #64afcf

RGB 100175207
HSL0.550.530.60
HSV198°52°81°
CMYK 0.520.150.00   0.19
XYZ31.848037.874364.6634
Yxy37.87430.23700.2818
Hunter Lab61.5421-15.3250-19.2176
CIE-Lab67.9279-14.4742-23.4078

#64afcf color RGB value is (100,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101111 11001111
Octal 144 257 317
Decimal 100 175 207
Hex 64 AF CF

RGB Percentages of Color #64afcf

%20.75
%36.31
%42.95

CMYK Percentages of Color #64afcf

%52
%15
%0
%19

Triadic Colors of #64afcf

#64afcf #cf64af #afcf64

Analogous Colors of #64afcf

#64afcf #647acf #64cfba

Monochromatic Colors of #64afcf

#64afcf

Complementary Color

#64afcf #cf8464

#64afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#64afcf Color CSS Codes

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

#64afcf Text Font Color

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

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


#64afcf Background Color

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

This div background color is #64afcf


#64afcf Border Color

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

This div border color is #64afcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,175,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 #64afcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64afcf


Comments

No comments written yet.

Please login to write comment.