Color Hex Logo

#64afbd Color Hex

#64AFBD
(100,175,189)
0 Favorites   0 Comments

Color spaces of #64afbd

RGB 100175189
HSL0.530.400.57
HSV189°47°74°
CMYK 0.470.070.00   0.26
XYZ29.770837.043453.7251
Yxy37.04340.24700.3073
Hunter Lab60.8633-19.1989-9.7320
CIE-Lab67.3096-19.5297-14.4035

#64afbd color RGB value is (100,175,189).

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

The process color (four color CMYK) of #64afbd color hex is 0.47, 0.07, 0.00, 0.26. Web safe color of #64afbd is #6699cc. Color #64afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101111 10111101
Octal 144 257 275
Decimal 100 175 189
Hex 64 AF BD

RGB Percentages of Color #64afbd

%21.55
%37.72
%40.73

CMYK Percentages of Color #64afbd

%47
%7
%0
%26

Triadic Colors of #64afbd

#64afbd #bd64af #afbd64

Analogous Colors of #64afbd

#64afbd #6483bd #64bd9f

Monochromatic Colors of #64afbd

#64afbd

Complementary Color

#64afbd #bd7264

#64afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64afbd Color CSS Codes

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

#64afbd Text Font Color

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

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


#64afbd Background Color

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

This div background color is #64afbd


#64afbd Border Color

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

This div border color is #64afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64afbd


Comments

No comments written yet.

Please login to write comment.