Color Hex Logo

#64b88c Color Hex

#64B88C
(100,184,140)
0 Favorites   0 Comments

Color spaces of #64b88c

RGB 100184140
HSL0.410.370.56
HSV149°46°72°
CMYK 0.460.000.24   0.28
XYZ27.129638.883830.8864
Yxy38.88380.28000.4013
Hunter Lab62.3569-31.464614.2825
CIE-Lab68.6670-35.735014.5664

#64b88c color RGB value is (100,184,140).

#64b88c hex color red value is 100, green value is 184 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #64b88c hue: 0.41 , saturation: 0.37 and the lightness value of 64b88c is 0.56.

The process color (four color CMYK) of #64b88c color hex is 0.46, 0.00, 0.24, 0.28. Web safe color of #64b88c is #66cc99. Color #64b88c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111000 10001100
Octal 144 270 214
Decimal 100 184 140
Hex 64 B8 8C

RGB Percentages of Color #64b88c

%23.58
%43.40
%33.02

CMYK Percentages of Color #64b88c

%46
%0
%24
%28

Triadic Colors of #64b88c

#64b88c #8c64b8 #b88c64

Analogous Colors of #64b88c

#64b88c #64b8b6 #66b864

Monochromatic Colors of #64b88c

#64b88c

Complementary Color

#64b88c #b86490

#64b88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64b88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64b88c Color CSS Codes

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

#64b88c Text Font Color

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

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


#64b88c Background Color

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

This div background color is #64b88c


#64b88c Border Color

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

This div border color is #64b88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64b88c


Comments

No comments written yet.

Please login to write comment.