Color Hex Logo

#64b1bd Color Hex

#64B1BD
(100,177,189)
0 Favorites   0 Comments

Color spaces of #64b1bd

RGB 100177189
HSL0.520.400.57
HSV188°47°74°
CMYK 0.470.060.00   0.26
XYZ30.163037.827753.8558
Yxy37.82770.24750.3105
Hunter Lab61.5042-20.0921-8.8640
CIE-Lab67.8934-20.5617-13.5249

#64b1bd color RGB value is (100,177,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10110001 10111101
Octal 144 261 275
Decimal 100 177 189
Hex 64 B1 BD

RGB Percentages of Color #64b1bd

%21.46
%37.98
%40.56

CMYK Percentages of Color #64b1bd

%47
%6
%0
%26

Triadic Colors of #64b1bd

#64b1bd #bd64b1 #b1bd64

Analogous Colors of #64b1bd

#64b1bd #6485bd #64bd9d

Monochromatic Colors of #64b1bd

#64b1bd

Complementary Color

#64b1bd #bd7064

#64b1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64b1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64b1bd Color CSS Codes

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

#64b1bd Text Font Color

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

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


#64b1bd Background Color

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

This div background color is #64b1bd


#64b1bd Border Color

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

This div border color is #64b1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64b1bd


Comments

No comments written yet.

Please login to write comment.