Color Hex Logo

#66eb64 Color Hex

#66EB64
(102,235,100)
0 Favorites   0 Comments

Color spaces of #66eb64

RGB 102235100
HSL0.330.770.66
HSV119°57°92°
CMYK 0.570.000.57   0.08
XYZ37.488163.161522.2722
Yxy63.16150.30500.5138
Hunter Lab79.4742-54.881239.0163
CIE-Lab83.5273-62.315953.7574

#66eb64 color RGB value is (102,235,100).

#66eb64 hex color red value is 102, green value is 235 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #66eb64 hue: 0.33 , saturation: 0.77 and the lightness value of 66eb64 is 0.66.

The process color (four color CMYK) of #66eb64 color hex is 0.57, 0.00, 0.57, 0.08. Web safe color of #66eb64 is #66ff66. Color #66eb64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101011 01100100
Octal 146 353 144
Decimal 102 235 100
Hex 66 EB 64

RGB Percentages of Color #66eb64

%23.34
%53.78
%22.88

CMYK Percentages of Color #66eb64

%57
%0
%57
%8

Triadic Colors of #66eb64

#66eb64 #6466eb #eb6466

Analogous Colors of #66eb64

#66eb64 #64eba6 #aaeb64

Monochromatic Colors of #66eb64

#66eb64

Complementary Color

#66eb64 #e964eb

#66eb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66eb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66eb64 Color CSS Codes

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

#66eb64 Text Font Color

<p style="color:#66eb64">Text here</p>

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


#66eb64 Background Color

<div style="background-color:#66eb64">
Div content here</div>

This div background color is #66eb64


#66eb64 Border Color

<div style="border:3px solid #66eb64">
Div here</div>

This div border color is #66eb64


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,235,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66eb64; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66eb64;
  -webkit-box-shadow: 1px 1px 3px 2px #66eb64;
  box-shadow:         1px 1px 3px 2px #66eb64; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66eb64


Comments

No comments written yet.

Please login to write comment.