Color Hex Logo

#64ecab Color Hex

#64ECAB
(100,236,171)
0 Favorites   0 Comments

Color spaces of #64ecab

RGB 100236171
HSL0.420.780.66
HSV151°58°93°
CMYK 0.580.000.28   0.07
XYZ42.601765.640548.9526
Yxy65.64050.27100.4176
Hunter Lab81.0188-47.923220.8894
CIE-Lab84.8127-51.889520.5998

#64ecab color RGB value is (100,236,171).

#64ecab hex color red value is 100, green value is 236 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #64ecab hue: 0.42 , saturation: 0.78 and the lightness value of 64ecab is 0.66.

The process color (four color CMYK) of #64ecab color hex is 0.58, 0.00, 0.28, 0.07. Web safe color of #64ecab is #66ff99. Color #64ecab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101100 10101011
Octal 144 354 253
Decimal 100 236 171
Hex 64 EC AB

RGB Percentages of Color #64ecab

%19.72
%46.55
%33.73

CMYK Percentages of Color #64ecab

%58
%0
%28
%7

Triadic Colors of #64ecab

#64ecab #ab64ec #ecab64

Analogous Colors of #64ecab

#64ecab #64e9ec #64ec67

Monochromatic Colors of #64ecab

#64ecab

Complementary Color

#64ecab #ec64a5

#64ecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ecab Color CSS Codes

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

#64ecab Text Font Color

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

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


#64ecab Background Color

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

This div background color is #64ecab


#64ecab Border Color

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

This div border color is #64ecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ecab


Comments

No comments written yet.

Please login to write comment.