Color Hex Logo

#64bfbc Color Hex

#64BFBC
(100,191,188)
0 Favorites   0 Comments

Color spaces of #64bfbc

RGB 100191188
HSL0.490.420.57
HSV178°48°75°
CMYK 0.480.000.02   0.25
XYZ32.963443.601854.2556
Yxy43.60180.25200.3333
Hunter Lab66.0317-26.4471-2.4941
CIE-Lab71.9615-27.8529-6.9014

#64bfbc color RGB value is (100,191,188).

#64bfbc hex color red value is 100, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #64bfbc hue: 0.49 , saturation: 0.42 and the lightness value of 64bfbc is 0.57.

The process color (four color CMYK) of #64bfbc color hex is 0.48, 0.00, 0.02, 0.25. Web safe color of #64bfbc is #66cccc. Color #64bfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111111 10111100
Octal 144 277 274
Decimal 100 191 188
Hex 64 BF BC

RGB Percentages of Color #64bfbc

%20.88
%39.87
%39.25

CMYK Percentages of Color #64bfbc

%48
%0
%2
%25

Triadic Colors of #64bfbc

#64bfbc #bc64bf #bfbc64

Analogous Colors of #64bfbc

#64bfbc #6495bf #64bf8f

Monochromatic Colors of #64bfbc

#64bfbc

Complementary Color

#64bfbc #bf6467

#64bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bfbc Color CSS Codes

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

#64bfbc Text Font Color

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

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


#64bfbc Background Color

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

This div background color is #64bfbc


#64bfbc Border Color

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

This div border color is #64bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bfbc


Comments

No comments written yet.

Please login to write comment.