Color Hex Logo

#64c268 Color Hex

#64C268
(100,194,104)
0 Favorites   0 Comments

Color spaces of #64c268

RGB 100194104
HSL0.340.440.58
HSV123°48°76°
CMYK 0.480.000.46   0.24
XYZ27.046042.292419.8345
Yxy42.29240.30330.4743
Hunter Lab65.0326-39.571827.4398
CIE-Lab71.0720-46.440136.7493

#64c268 color RGB value is (100,194,104).

#64c268 hex color red value is 100, green value is 194 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #64c268 hue: 0.34 , saturation: 0.44 and the lightness value of 64c268 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11000010 01101000
Octal 144 302 150
Decimal 100 194 104
Hex 64 C2 68

RGB Percentages of Color #64c268

%25.13
%48.74
%26.13

CMYK Percentages of Color #64c268

%48
%0
%46
%24

Triadic Colors of #64c268

#64c268 #6864c2 #c26864

Analogous Colors of #64c268

#64c268 #64c297 #8fc264

Monochromatic Colors of #64c268

#64c268

Complementary Color

#64c268 #c264be

#64c268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64c268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64c268 Color CSS Codes

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

#64c268 Text Font Color

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

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


#64c268 Background Color

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

This div background color is #64c268


#64c268 Border Color

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

This div border color is #64c268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64c268


Comments

No comments written yet.

Please login to write comment.