Color Hex Logo

#64cabc Color Hex

#64CABC
(100,202,188)
0 Favorites   0 Comments

Color spaces of #64cabc

RGB 100202188
HSL0.480.490.59
HSV172°50°79°
CMYK 0.500.000.07   0.21
XYZ35.453248.581255.0855
Yxy48.58120.25480.3492
Hunter Lab69.7002-31.18091.9321
CIE-Lab75.1900-33.1380-2.1394

#64cabc color RGB value is (100,202,188).

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

The process color (four color CMYK) of #64cabc color hex is 0.50, 0.00, 0.07, 0.21. Web safe color of #64cabc is #66cccc. Color #64cabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001010 10111100
Octal 144 312 274
Decimal 100 202 188
Hex 64 CA BC

RGB Percentages of Color #64cabc

%20.41
%41.22
%38.37

CMYK Percentages of Color #64cabc

%50
%0
%7
%21

Triadic Colors of #64cabc

#64cabc #bc64ca #cabc64

Analogous Colors of #64cabc

#64cabc #64a5ca #64ca89

Monochromatic Colors of #64cabc

#64cabc

Complementary Color

#64cabc #ca6472

#64cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64cabc Color CSS Codes

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

#64cabc Text Font Color

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

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


#64cabc Background Color

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

This div background color is #64cabc


#64cabc Border Color

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

This div border color is #64cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64cabc


Comments

No comments written yet.

Please login to write comment.