Color Hex Logo

#66f98f Color Hex

#66F98F
(102,249,143)
0 Favorites   0 Comments

Color spaces of #66f98f

RGB 102249143
HSL0.380.920.69
HSV137°59°98°
CMYK 0.590.000.43   0.02
XYZ44.313172.559337.6564
Yxy72.55930.28680.4696
Hunter Lab85.1817-56.209133.4168
CIE-Lab88.2371-61.593039.3334

#66f98f color RGB value is (102,249,143).

#66f98f hex color red value is 102, green value is 249 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #66f98f hue: 0.38 , saturation: 0.92 and the lightness value of 66f98f is 0.69.

The process color (four color CMYK) of #66f98f color hex is 0.59, 0.00, 0.43, 0.02. Web safe color of #66f98f is #66ff99. Color #66f98f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11111001 10001111
Octal 146 371 217
Decimal 102 249 143
Hex 66 F9 8F

RGB Percentages of Color #66f98f

%20.65
%50.40
%28.95

CMYK Percentages of Color #66f98f

%59
%0
%43
%2

Triadic Colors of #66f98f

#66f98f #8f66f9 #f98f66

Analogous Colors of #66f98f

#66f98f #66f9d9 #87f966

Monochromatic Colors of #66f98f

#66f98f

Complementary Color

#66f98f #f966d0

#66f98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66f98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66f98f Color CSS Codes

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

#66f98f Text Font Color

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

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


#66f98f Background Color

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

This div background color is #66f98f


#66f98f Border Color

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

This div border color is #66f98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66f98f


Comments

No comments written yet.

Please login to write comment.