Color Hex Logo

#64c469 Color Hex

#64C469
(100,196,105)
0 Favorites   0 Comments

Color spaces of #64c469

RGB 100196105
HSL0.340.450.58
HSV123°49°77°
CMYK 0.490.000.46   0.23
XYZ27.545343.209120.2530
Yxy43.20910.30270.4748
Hunter Lab65.7336-40.234527.7459
CIE-Lab71.6967-47.120937.0344

#64c469 color RGB value is (100,196,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11000100 01101001
Octal 144 304 151
Decimal 100 196 105
Hex 64 C4 69

RGB Percentages of Color #64c469

%24.94
%48.88
%26.18

CMYK Percentages of Color #64c469

%49
%0
%46
%23

Triadic Colors of #64c469

#64c469 #6964c4 #c46964

Analogous Colors of #64c469

#64c469 #64c499 #8fc464

Monochromatic Colors of #64c469

#64c469

Complementary Color

#64c469 #c464bf

#64c469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64c469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64c469 Color CSS Codes

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

#64c469 Text Font Color

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

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


#64c469 Background Color

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

This div background color is #64c469


#64c469 Border Color

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

This div border color is #64c469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64c469


Comments

No comments written yet.

Please login to write comment.