Color Hex Logo

#66f670 Color Hex

#66F670
(102,246,112)
0 Favorites   0 Comments

Color spaces of #66f670

RGB 102246112
HSL0.340.890.68
HSV124°59°96°
CMYK 0.590.000.54   0.04
XYZ41.359969.906226.6426
Yxy69.90620.29990.5069
Hunter Lab83.6099-58.017539.6340
CIE-Lab86.9508-64.860252.4077

#66f670 color RGB value is (102,246,112).

#66f670 hex color red value is 102, green value is 246 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #66f670 hue: 0.34 , saturation: 0.89 and the lightness value of 66f670 is 0.68.

The process color (four color CMYK) of #66f670 color hex is 0.59, 0.00, 0.54, 0.04. Web safe color of #66f670 is #66ff66. Color #66f670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11110110 01110000
Octal 146 366 160
Decimal 102 246 112
Hex 66 F6 70

RGB Percentages of Color #66f670

%22.17
%53.48
%24.35

CMYK Percentages of Color #66f670

%59
%0
%54
%4

Triadic Colors of #66f670

#66f670 #7066f6 #f67066

Analogous Colors of #66f670

#66f670 #66f6b8 #a4f666

Monochromatic Colors of #66f670

#66f670

Complementary Color

#66f670 #f666ec

#66f670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66f670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66f670 Color CSS Codes

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

#66f670 Text Font Color

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

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


#66f670 Background Color

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

This div background color is #66f670


#66f670 Border Color

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

This div border color is #66f670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66f670


Comments

No comments written yet.

Please login to write comment.