Color Hex Logo

#64c8af Color Hex

#64C8AF
(100,200,175)
0 Favorites   0 Comments

Color spaces of #64c8af

RGB 100200175
HSL0.460.480.59
HSV165°50°78°
CMYK 0.500.000.13   0.22
XYZ33.647747.113047.8777
Yxy47.11300.26160.3662
Hunter Lab68.6389-32.61506.6907
CIE-Lab74.2620-35.35443.5387

#64c8af color RGB value is (100,200,175).

#64c8af hex color red value is 100, green value is 200 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #64c8af hue: 0.46 , saturation: 0.48 and the lightness value of 64c8af is 0.59.

The process color (four color CMYK) of #64c8af color hex is 0.50, 0.00, 0.13, 0.22. Web safe color of #64c8af is #66cc99. Color #64c8af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001000 10101111
Octal 144 310 257
Decimal 100 200 175
Hex 64 C8 AF

RGB Percentages of Color #64c8af

%21.05
%42.11
%36.84

CMYK Percentages of Color #64c8af

%50
%0
%13
%22

Triadic Colors of #64c8af

#64c8af #af64c8 #c8af64

Analogous Colors of #64c8af

#64c8af #64afc8 #64c87d

Monochromatic Colors of #64c8af

#64c8af

Complementary Color

#64c8af #c8647d

#64c8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64c8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#64c8af Color CSS Codes

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

#64c8af Text Font Color

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

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


#64c8af Background Color

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

This div background color is #64c8af


#64c8af Border Color

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

This div border color is #64c8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64c8af

#64c8af Color Palettes


Comments

No comments written yet.

Please login to write comment.