Color Hex Logo

#64cb8b Color Hex

#64CB8B
(100,203,139)
0 Favorites   0 Comments

Color spaces of #64cb8b

RGB 100203139
HSL0.400.500.59
HSV143°51°80°
CMYK 0.510.000.32   0.20
XYZ31.271747.285331.9049
Yxy47.28530.28310.4281
Hunter Lab68.7643-39.161720.6260
CIE-Lab74.3719-44.357722.9735

#64cb8b color RGB value is (100,203,139).

#64cb8b hex color red value is 100, green value is 203 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #64cb8b hue: 0.40 , saturation: 0.50 and the lightness value of 64cb8b is 0.59.

The process color (four color CMYK) of #64cb8b color hex is 0.51, 0.00, 0.32, 0.20. Web safe color of #64cb8b is #66cc99. Color #64cb8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001011 10001011
Octal 144 313 213
Decimal 100 203 139
Hex 64 CB 8B

RGB Percentages of Color #64cb8b

%22.62
%45.93
%31.45

CMYK Percentages of Color #64cb8b

%51
%0
%32
%20

Triadic Colors of #64cb8b

#64cb8b #8b64cb #cb8b64

Analogous Colors of #64cb8b

#64cb8b #64cbbf #71cb64

Monochromatic Colors of #64cb8b

#64cb8b

Complementary Color

#64cb8b #cb64a4

#64cb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64cb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64cb8b Color CSS Codes

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

#64cb8b Text Font Color

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

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


#64cb8b Background Color

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

This div background color is #64cb8b


#64cb8b Border Color

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

This div border color is #64cb8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64cb8b


Comments

No comments written yet.

Please login to write comment.